Skip to content

Commit

Permalink
Added missing make publish linux-arm/linux-arm64 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed Oct 7, 2017
1 parent 4d096cc commit 63ddad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ publish: clean build-release
--name "${VERSION}" --description "${VERSION}" && \
github-release upload --user shyiko --repo jabba --tag ${VERSION} \
--name "jabba-${VERSION}-windows-amd64.exe" --file release/jabba-${VERSION}-windows-amd64.exe; \
for qualifier in darwin-amd64 linux-386 linux-amd64 ; do \
for qualifier in darwin-amd64 linux-386 linux-amd64 linux-arm linux-arm64; do \
github-release upload --user shyiko --repo jabba --tag ${VERSION} \
--name "jabba-${VERSION}-$$qualifier" --file release/jabba-${VERSION}-$$qualifier; \
done

0 comments on commit 63ddad0

Please sign in to comment.