Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #677 from hsmade/WF-arm64
Browse files Browse the repository at this point in the history
add linux-arm64 as build target
  • Loading branch information
jippi committed May 18, 2021
2 parents c6e690d + bb154fe commit f41c480
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
- CGO_ENABLED=0
- DOCKER_BUILDKIT=1
- GO111MODULE=on
- GOBUILD="linux-amd64 windows-amd64 darwin-amd64"
- GOBUILD="linux-amd64 windows-amd64 darwin-amd64 linux-arm64"
- GOPROXY=https://proxy.golang.org

# We depend on Docker 19.03 or newer for per-Dockerfile Dockerignore
Expand Down Expand Up @@ -49,6 +49,7 @@ deploy:
- backend/build/hashi-ui-linux-amd64
- backend/build/hashi-ui-windows-amd64
- backend/build/hashi-ui-darwin-amd64
- backend/build/hashi-ui-linux-arm64
skip_cleanup: true
overwrite: true
on:
Expand Down

1 comment on commit f41c480

@analytically
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Binaries aren't available for download?

Please sign in to comment.