Skip to content

Commit 86a080c

Browse files
committed
Updated
1 parent 7707169 commit 86a080c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
version: [ 17-bookworm ]
1919
runs-on:
2020
- 'ubuntu-latest'
21-
- ${{ matrix.arch == 'arm64' && 'ubuntu-latest' || matrix.arch == 'arm64' && 'nx1' }} # Builds on NX1 self-hosted
21+
- ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || matrix.arch == 'arm64' && 'nx1' }} # Builds on NX1 self-hosted
2222
env:
2323
ARCH: ${{ matrix.arch }}
2424
OS: linux

0 commit comments

Comments
 (0)