Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
GHA aarch64: need more tools to build and package
[ci skip]
  • Loading branch information
gaborcsardi committed Sep 23, 2024
commit 7b3ec546266fd8bda1d6e18fdc7618dc64a5fb9c
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,15 @@ jobs:

- name: Install build tools
run: |
apt-get update && apt-get install -y make curl
apt-get update && apt-get install -y make curl gcc
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rust.sh && sh rust.sh -y
curl -LO https://github.com/goreleaser/nfpm/releases/download/v2.40.0/nfpm_2.40.0_arm64.deb && \
dpkg -i nfpm*.deb && \
rm nfpm*.deb

- name: Build rig
run: |
. "$HOME/.cargo/env"
make linux

- name: Upload build as artifact
Expand Down