We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ed658 commit 780e776Copy full SHA for 780e776
Makefile
@@ -31,7 +31,7 @@ bin/%.sha256: bin/%
31
sha256sum -b $< | sed 's/bin\///' > $@.tmp
32
mv $@.tmp $@
33
34
-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
35
checksums := $(addsuffix .sha256,$(bins))
36
37
.PHONY: build-all
0 commit comments