Skip to content

Commit

Permalink
Reverting arm64 jobs since qemu can't run go1.23 binaries yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Oct 8, 2024
1 parent ab15f82 commit 2ba992f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
CFG: [[arm64, arm64v8, '1.23']]
CFG: [[arm64, arm64v8, '1.22']]
steps:
- uses: actions/checkout@v4
- name: Enabling Docker Experimental
Expand All @@ -61,7 +61,7 @@ jobs:
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- name: Testing
run: |
docker run --rm -v `pwd`:`pwd` -w `pwd` ${{matrix.CFG[1]}}/golang:${{matrix.CFG[2]}} go test -v ./...
docker run --rm --platform linux/${{matrix.CFG[0]}} -v `pwd`:`pwd` -w `pwd` ${{matrix.CFG[1]}}/golang:${{matrix.CFG[2]}} go test -v ./...
build_modes:
needs: [amd64_job]
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 2ba992f

Please sign in to comment.