Skip to content

Commit

Permalink
Include ARM builds in the release package, #1028
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderzobnin committed Dec 22, 2020
1 parent 2a44085 commit 9a67019
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 @@ -36,7 +36,7 @@ dist: dist-frontend dist-backend
dist-frontend:
yarn build

dist-backend: dist-backend-linux dist-backend-darwin dist-backend-windows
dist-backend: dist-backend-linux dist-backend-darwin dist-backend-windows dist-arm
dist-backend-windows: extension = .exe
dist-backend-%:
$(eval filename = zabbix-plugin_$*_amd64$(extension))
Expand Down

0 comments on commit 9a67019

Please sign in to comment.