We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b8b5f commit 698af71Copy full SHA for 698af71
.travis.yml
@@ -84,16 +84,16 @@ jobs:
84
- go run build/ci.go install -dlgo -arch arm64 -cc aarch64-linux-gnu-gcc
85
- go run build/ci.go archive -arch arm64 -type tar -signer LINUX_SIGNING_KEY -signify LINUX_SIGNIFY_KEY -upload gethstore/builds
86
87
- # This builder does the Linux Azure MIPS xgo uploads
88
- - stage: build
89
- if: type = push
90
- os: linux
91
- dist: xenial
92
- services:
93
- - docker
94
- go: 1.15.x
95
- env:
96
- - azure-linux-mips
+ # This builder does the Linux Azure MIPS xgo uploads
+ - stage: build
+ if: type = push
+ os: linux
+ dist: xenial
+ services:
+ - docker
+ go: 1.15.x
+ env:
+ - azure-linux-mips
97
- GO111MODULE=on
98
git:
99
submodules: false # avoid cloning ethereum/tests
0 commit comments