Skip to content

Commit

Permalink
tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisani committed Nov 8, 2024
1 parent 9916f04 commit 900cc84
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,16 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4.1.7

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

0 comments on commit 900cc84

Please sign in to comment.