Skip to content

Commit

Permalink
Workflows - fix goreleaser to remove 386 builds (#3)
Browse files Browse the repository at this point in the history
* Update dockerfile to build from source

* Add workflows for test on push, publish docker on release, and publish executbles on release

* typo

* updated name

* fixed finger problem

* Fix Docker Push

* Remove 386
  • Loading branch information
mattkasun authored Nov 14, 2021
1 parent 26edfb1 commit fe6dbd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ builds:
- linux
- windows
- darwin
goarch:
- amd64
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit fe6dbd1

Please sign in to comment.