Install arm64 gcc compiler

Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka 2025-04-11 17:21:49 +02:00
parent ad825b1308
commit 1182776075

View File

@ -14,6 +14,8 @@ jobs:
git fetch --prune --unshallow git fetch --prune --unshallow
- name: Generate version - name: Generate version
run: echo "VERSION=$(git describe --always --tags --dirty)" >> $GITHUB_ENV 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 - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with: