We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ce636 commit 3c45e97Copy full SHA for 3c45e97
1 file changed
.github/workflows/cd.yml
@@ -17,7 +17,9 @@ jobs:
17
all-the-langs:
18
strategy:
19
matrix:
20
- arch: [amd64, arm64]
+ arch:
21
+ - amd64
22
+ # - arm64
23
runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-24.04' || 'ubuntu-24.04-arm' }}
24
env:
25
TAG: ghcr.io/${{ github.repository }}/examples/all-the-langs:latest
0 commit comments