Skip to content

Commit

Permalink
use container?
Browse files Browse the repository at this point in the history
  • Loading branch information
hrl20 committed Dec 23, 2024
1 parent 062d216 commit a389337
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:

build-linux-arm64:
runs-on: ubuntu-latest
container:
image: arm64v8/golang:1.23
options: --platform linux/arm64
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -111,7 +114,7 @@ jobs:
submodules: recursive
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.23'
- name: Download all artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit a389337

Please sign in to comment.