Skip to content

Commit

Permalink
Added: goss-darwin-arm64 binary to release (#835)
Browse files Browse the repository at this point in the history
Fixes #834
  • Loading branch information
aelsabbahy authored Sep 2, 2023
1 parent 7e70e27 commit c673853
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ deploy:
file:
- release/goss-darwin-amd64
- release/goss-darwin-amd64.sha256
- release/goss-darwin-arm64
- release/goss-darwin-arm64.sha256
- release/goss-linux-amd64
- release/goss-linux-amd64.sha256
- release/goss-linux-386
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ release:
$(MAKE) clean
$(MAKE) build

build: release/goss-darwin-amd64 release/goss-linux-386 release/goss-linux-amd64 release/goss-linux-arm release/goss-linux-arm64 release/goss-windows-amd64
build: release/goss-darwin-amd64 release/goss-darwin-arm64 release/goss-linux-386 release/goss-linux-amd64 release/goss-linux-arm release/goss-linux-arm64 release/goss-windows-amd64

gen:
$(info INFO: Starting build $@)
Expand Down

0 comments on commit c673853

Please sign in to comment.