File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dist: *.go
6262 GOOS=openbsd GOARCH=amd64 go build -C cmd/ -ldflags=" -s -w -X main.AppVersion=$$ VERSION" -o ' ../dist/opinions-openbsd_amd64-hardened' ; \
6363 GOOS=linux GOARCH=amd64 go build -C cmd/ -ldflags=" -s -w -X main.AppVersion=$$ VERSION" -o ' ../dist/opinions-linux_amd64-hardened' ; \
6464 # without sandbox \
65- GOOS=linux GOARCH=arm go build -C cmd/ -tags unsafe -ldflags=" -s -w -X main.AppVersion=$$ VERSION" -o ' ../dist/opinions-linux_arm ' ; \
65+ GOOS=linux GOARCH=arm GOARM=7 go build -C cmd/ -tags unsafe -ldflags=" -s -w -X main.AppVersion=$$ VERSION" -o ' ../dist/opinions-linux_armv7 ' ; \
6666 GOOS=linux GOARCH=arm64 go build -C cmd/ -tags unsafe -ldflags=" -s -w -X main.AppVersion=$$ VERSION" -o ' ../dist/opinions-linux_arm64' ; \
6767 GOOS=freebsd GOARCH=amd64 go build -C cmd/ -tags unsafe -ldflags=" -s -w -X main.AppVersion=$$ VERSION" -o ' ../dist/opinions-freebsd_amd64' ; \
6868 GOOS=windows GOARCH=amd64 go build -C cmd/ -tags unsafe -ldflags=" -s -w -X main.AppVersion=$$ VERSION" -o ' ../dist/opinions-windows_amd64.exe' ; \
You can’t perform that action at this time.
0 commit comments