Skip to content

Commit 52f80cc

Browse files
committed
Fix #1300: Disable ARM64 release
1 parent a7ebc14 commit 52f80cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- ./build.sh feature
2020
- ./build.sh develop
2121
platform:
22-
- linux/amd64,linux/arm64
22+
- linux/amd64
2323
fail-fast: false
2424
runs-on: ubuntu-latest
2525
name: Builds new NetBox Docker Images

0 commit comments

Comments
 (0)