Skip to content

Commit

Permalink
refactor(goreleaser): add support for aarch64
Browse files Browse the repository at this point in the history
Also delete unused scripts
  • Loading branch information
sundowndev committed Apr 16, 2020
1 parent 2055637 commit 1dbdbab
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 78 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ builds:
- amd64
- arm
- arm64
- aarch64
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
Expand Down
51 changes: 0 additions & 51 deletions scripts/build.sh

This file was deleted.

27 changes: 0 additions & 27 deletions scripts/prebuild.sh

This file was deleted.

0 comments on commit 1dbdbab

Please sign in to comment.