Skip to content

Commit 33fa2dc

Browse files
committed
Changed to AMD only
1 parent 4eb17ec commit 33fa2dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build docker container on publish
1+
name: Build Containers
22
on:
33
release:
44
types: [ created, edited ]
@@ -14,7 +14,7 @@ jobs:
1414
name: Build
1515
strategy:
1616
matrix:
17-
arch: [ amd64, arm64 ]
17+
arch: [ amd64 ]
1818
version: [ 17-bookworm ]
1919
runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || matrix.arch == 'arm64' && 'nx1' }} # Builds on NX1 self-hosted
2020
env:

0 commit comments

Comments
 (0)