Skip to content

Commit 3c45e97

Browse files
committed
disable arm temporarily
1 parent 34ce636 commit 3c45e97

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
all-the-langs:
1818
strategy:
1919
matrix:
20-
arch: [amd64, arm64]
20+
arch:
21+
- amd64
22+
# - arm64
2123
runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-24.04' || 'ubuntu-24.04-arm' }}
2224
env:
2325
TAG: ghcr.io/${{ github.repository }}/examples/all-the-langs:latest

0 commit comments

Comments
 (0)