mirror of
https://github.com/kairos-io/immucore.git
synced 2025-04-27 19:16:59 +00:00
Install gcc compiler
Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
parent
efda425bf8
commit
f5de2e3b75
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -16,6 +16,8 @@ jobs:
|
|||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: 'go.mod'
|
go-version-file: 'go.mod'
|
||||||
|
- name: Install gcc for amr64
|
||||||
|
run: sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v6
|
uses: goreleaser/goreleaser-action@v6
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user