Skip to content

Commit

Permalink
Merge pull request #363 from bitnami-labs/arm
Browse files Browse the repository at this point in the history
Fix arm binaries build
  • Loading branch information
Marko Mikulicic authored Feb 25, 2020
2 parents b50dbfb + e87f814 commit a1d8cb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ script:
fi
- rm -f kubeseal-static
- GOOS=windows GOARCH=amd64 make kubeseal-static
- cp kubeseal-static kubeseal.exe
- mv kubeseal-static kubeseal.exe
- GOOS=linux GOARCH=arm GOARM=7 make kubeseal-static
- cp kubeseal-static kubeseal-arm
- mv kubeseal-static kubeseal-arm
- GOOS=linux GOARCH=arm64 make kubeseal-static
- cp kubeseal-static kubeseal-arm64
- mv kubeseal-static kubeseal-arm64

after_script: set +e

Expand Down

0 comments on commit a1d8cb7

Please sign in to comment.