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 176ac00 commit 1108b38Copy full SHA for 1108b38
Makefile
@@ -162,7 +162,7 @@ dist/Windows-arm64: $(PROGRAMS)
162
dist/Linux-armv7l: $(PROGRAMS)
163
@mkdir -p dist/bin
164
@for FNAME in $(PROGRAMS); do env GOOS=linux GOARCH=arm GOARM=7 go build -o dist/bin/$$FNAME cmd/$$FNAME/*.go; done
165
- @cd dist && zip -r $(PROJECT)-v$(VERSION)-RaspberryPiOS-arm7.zip LICENSE codemeta.json CITATION.cff *.md bin/* docs/* how-to/* man/*
+ @cd dist && zip -r $(PROJECT)-v$(VERSION)-Linux-armv7l.zip LICENSE codemeta.json CITATION.cff *.md bin/* docs/* how-to/* man/*
166
@rm -fR dist/bin
167
168
# Raspberry Pi running Ubuntu 64-bit, as reported on Raspberry Pi 4B
0 commit comments