Skip to content

Commit

Permalink
ci: drop arm support
Browse files Browse the repository at this point in the history
Docker image which builds cross-platform binaries doesn't seem to
support arm. Dropping support for now.
  • Loading branch information
nikoksr committed Jun 18, 2020
1 parent 14fe1cf commit b434ee9
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ builds:
binary: proji
env:
- CGO_ENABLED=1
- CC=x86_64-apple-darwin14-cc
- CC=o64-clang
main: ./main.go
goos:
- darwin
Expand All @@ -33,29 +33,6 @@ builds:
- windows
goarch:
- amd64
- id: linux-arm
binary: proji
env:
- CGO_ENABLED=1
- CC=arm-linux-gnueabihf-gcc
main: ./main.go
goos:
- linux
goarch:
- arm
goarm:
- 6
- 7
- id: linux-arm64
binary: proji
env:
- CGO_ENABLED=1
- CC=aarch64-linux-gnu-gcc
main: ./main.go
goos:
- linux
goarch:
- arm64
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
Expand Down

0 comments on commit b434ee9

Please sign in to comment.