Skip to content

Commit

Permalink
Remove arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sj14 committed Feb 21, 2021
1 parent 7c613a5 commit 8ef1c6b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ builds:
- 6
- 7
- main: ./main.go
id: "epoch-full"
id: "epoch-full" # Emedding tzdata and removing arm build (fails)
flags:
- -tags=timetzdata # Only addition between "noraml" and "full" binary
- -tags=timetzdata
env:
- CGO_ENABLED=0
- GO111MODULE=on
Expand All @@ -47,11 +47,7 @@ builds:
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 6
- 7


archives:
Expand Down

0 comments on commit 8ef1c6b

Please sign in to comment.