Skip to content

Commit

Permalink
github actions: add binfmt-support package
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejro committed Sep 11, 2024
1 parent c51615d commit f4f585e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,20 @@ jobs:
fail-fast: false
steps:
- uses: actions/[email protected]

- name: Prerequisites
run: |
sudo apt-get update
sudo apt-get install -y binfmt-support qemu-user-static
- name: Compile Go with make.bash
run: |
cd src ; ./make.bash
- name: Compile Go with all.bash
run: |
cd src ; ./clean.bash ; ./all.bash
- name: Run Go distribution tests under GOOS=tamago
run: |
GO_BUILDER_NAME="tamago" GOOS=tamago GOARCH=arm ./bin/go tool dist test

0 comments on commit f4f585e

Please sign in to comment.