feat: build and publish debian/{armhf,i386} (#344)

* feat: build and publish debian/{armhf,i386}

Part of https://github.com/ooni/probe/issues/807

* zap temporary build
This commit is contained in:
Simone Basso
2021-05-11 20:16:27 +02:00
committed by GitHub
parent b2209bb637
commit f77f54bcc9
4 changed files with 118 additions and 42 deletions
+3
View File
@@ -11,6 +11,9 @@ set -x
apk update
apk upgrade
apk add --no-progress gcc git linux-headers musl-dev
# some of the following exports are redundant but are however
# useful because they provide explicit logging
export GOARM=$GOARM
export GOPATH=$GOPATH
export CGO_ENABLED=1
export GOOS=linux