Skip to content

Commit

Permalink
update scanner ci : update arch64
Browse files Browse the repository at this point in the history
  • Loading branch information
kulukami committed Dec 3, 2024
1 parent 1ed541d commit c8c9fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Elkeid_plugin_scanner_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build Scanner
run: |
docker run --rm --pull=always -v $(pwd):/Elkeid kulukami/libclamav_icm_aarch64:0.104 \
docker run --rm --platform linux/arm64 --pull=always -v $(pwd):/Elkeid kulukami/libclamav_icm_aarch64:0.104 \
bash /Elkeid/plugins/scanner/docker/build_linux_aarch64.sh
- name: Upload Scanner
Expand Down

0 comments on commit c8c9fac

Please sign in to comment.