awalsh128 / cache-apt-pkgs-action

Cache APT packages in GitHub Actions
Other
205 stars 35 forks source link

Add arm64 binary #127

Closed koppor closed 8 months ago

koppor commented 9 months ago

Fixes https://github.com/awalsh128/cache-apt-pkgs-action/issues/126 with a "quick hack" by adding an arm64 binary - and falling back to it when x86 does not work.

I created the binary using the following command:

env GOOS=linux GOARCH=arm64 go build -o apt_query-arm64
koppor commented 8 months ago

Done. Note that I used a dash instead of an underscore to separate arm64.

atilsensalduz commented 8 months ago

Done. Note that I used a dash instead of an underscore to separate arm64.

thanks a bunch mate 🚀

koppor commented 8 months ago

@awalsh128 The full yaml is a bit lengthy: https://github.com/JabRef/jabref/blob/main/.github/workflows/deployment-jdk-ea.yml

The core is to sign up at BuildJet to use their arm runners: https://buildjet.com/for-github-actions

runs-on: buildjet-2vcpu-ubuntu-2204
awalsh128 commented 8 months ago

Created #128 to track this and the release.