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 e21c171
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,14 @@ jobs:
name: linux-amd64-dist
path: dist/

build-linux-arm64:

build-linux-arm64:
needs: check-backend
if: needs.check-backend.outputs.has-backend == 'true'
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 +117,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 e21c171

Please sign in to comment.