Skip to content

Commit b5498d4

Browse files
committed
Disable github action automatic builds for arm64 as in qemu they take too long and time out
1 parent ad1ac93 commit b5498d4

4 files changed

+0
-4
lines changed

.github/workflows/zeek-build-push-latest-ghcr.yml

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
matrix:
4040
platform:
4141
- linux/amd64
42-
- linux/arm64
4342
steps:
4443
-
4544
name: Cancel previous run in progress

.github/workflows/zeek-build-push-master-ghcr.yml

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
matrix:
4040
platform:
4141
- linux/amd64
42-
- linux/arm64
4342
steps:
4443
-
4544
name: Cancel previous run in progress

.github/workflows/zeek-debug-build-push-latest-ghcr.yml

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
matrix:
4040
platform:
4141
- linux/amd64
42-
- linux/arm64
4342
steps:
4443
-
4544
name: Cancel previous run in progress

.github/workflows/zeek-debug-build-push-master-ghcr.yml

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
matrix:
4040
platform:
4141
- linux/amd64
42-
- linux/arm64
4342
steps:
4443
-
4544
name: Cancel previous run in progress

0 commit comments

Comments
 (0)