We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7707169 commit 86a080cCopy full SHA for 86a080c
.github/workflows/docker.yaml
@@ -18,7 +18,7 @@ jobs:
18
version: [ 17-bookworm ]
19
runs-on:
20
- 'ubuntu-latest'
21
- - ${{ matrix.arch == 'arm64' && 'ubuntu-latest' || matrix.arch == 'arm64' && 'nx1' }} # Builds on NX1 self-hosted
+ - ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || matrix.arch == 'arm64' && 'nx1' }} # Builds on NX1 self-hosted
22
env:
23
ARCH: ${{ matrix.arch }}
24
OS: linux
0 commit comments