Skip to content

Commit 2ba992f

Browse files
committed
Reverting arm64 jobs since qemu can't run go1.23 binaries yet.
See: golang/go#69259
1 parent ab15f82 commit 2ba992f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-actions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-22.04
4848
strategy:
4949
matrix:
50-
CFG: [[arm64, arm64v8, '1.23']]
50+
CFG: [[arm64, arm64v8, '1.22']]
5151
steps:
5252
- uses: actions/checkout@v4
5353
- name: Enabling Docker Experimental
@@ -61,7 +61,7 @@ jobs:
6161
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
6262
- name: Testing
6363
run: |
64-
docker run --rm -v `pwd`:`pwd` -w `pwd` ${{matrix.CFG[1]}}/golang:${{matrix.CFG[2]}} go test -v ./...
64+
docker run --rm --platform linux/${{matrix.CFG[0]}} -v `pwd`:`pwd` -w `pwd` ${{matrix.CFG[1]}}/golang:${{matrix.CFG[2]}} go test -v ./...
6565
build_modes:
6666
needs: [amd64_job]
6767
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)