mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-04-27 11:21:44 +00:00
Install arm64 gcc compiler
Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
parent
ad825b1308
commit
1182776075
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -14,6 +14,8 @@ jobs:
|
||||
git fetch --prune --unshallow
|
||||
- name: Generate version
|
||||
run: echo "VERSION=$(git describe --always --tags --dirty)" >> $GITHUB_ENV
|
||||
- name: Install gcc for arm64
|
||||
run: sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user