Merge pull request #670 from hermeznetwork/fix/remove-release-os

fix the invalid goarch build
This commit is contained in:
Danilo Pantani
2021-03-26 16:16:29 -03:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

3
.gitignore vendored
View File

@@ -1 +1,2 @@
bin/
bin/
dist/

View File

@@ -1,6 +1,7 @@
before:
hooks:
- go mod download
- make migration-pack
builds:
- main: ./cli/node/main.go
@@ -9,10 +10,8 @@ builds:
goos:
- linux
- darwin
- windows
hooks:
pre: make migration-pack
post: make migration-clean
goarch:
- amd64
archives:
- replacements: