Skip to content

Commit

Permalink
Fix 32bit arm build upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kke committed Oct 12, 2021
1 parent 82ed658 commit 780e776
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 @@ -31,7 +31,7 @@ bin/%.sha256: bin/%
sha256sum -b $< | sed 's/bin\///' > $@.tmp
mv $@.tmp $@

bins := k0sctl-linux-x64 k0sctl-linux-arm64 k0sctl-win-x64.exe k0sctl-darwin-x64 k0sctl-darwin-arm64
bins := k0sctl-linux-x64 k0sctl-linux-arm64 k0sctl-linux-arm k0sctl-win-x64.exe k0sctl-darwin-x64 k0sctl-darwin-arm64
checksums := $(addsuffix .sha256,$(bins))

.PHONY: build-all
Expand Down

0 comments on commit 780e776

Please sign in to comment.