Skip to content

Commit 52d5c08

Browse files
authored
Update docker.yaml
1 parent c6fc6d3 commit 52d5c08

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
@@ -17,7 +17,7 @@ jobs:
1717
arch: [ amd64, arm64 ]
1818
version: [ 17-bookworm ]
1919
runs-on:
20-
- 'ubuntu-latest'
20+
- ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || matrix.arch }}
2121
env:
2222
ARCH: ${{ matrix.arch }}
2323
OS: linux

0 commit comments

Comments
 (0)