Skip to content

Commit c0c50c3

Browse files
committed
Test build with arm64 instead of aarch64 since arm64 compiles faster
1 parent 6c2f840 commit c0c50c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
args: |
2828
--test \
29-
--aarch64 \
29+
--amd64 \
3030
--target modsecurity/
3131
3232
# - name: Test build

0 commit comments

Comments
 (0)