We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d24823 commit 13b9f40Copy full SHA for 13b9f40
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
sudo apt-get install -y binfmt-support qemu-user-static
15
- name: Compile Go with all.bash
16
run: |
17
- cd src ; ./clean.bash ; ./all.bash
+ cd src ; ./all.bash
18
- name: Run Go distribution tests under tamago/arm
19
20
GO_BUILDER_NAME="tamago" GOOS=tamago GOARCH=arm ./bin/go tool dist test
0 commit comments