Skip to content
Kevin He edited this page Feb 8, 2021 · 3 revisions
go get -d github.com/adnanh/webhook
cd $GOPATH/src/github.com/adnanh/webhook
VERSION=2.8.0
git checkout $VERSION
CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=6 go build -installsuffix cgo -ldflags '-s -extld ld -extldflags -static' -a -x -o webhook-$VERSION-armv6h github.com/adnanh/webhook
CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=7 go build -installsuffix cgo -ldflags '-s -extld ld -extldflags -static' -a -x -o webhook-$VERSION-armv7h github.com/adnanh/webhook
upx webhook-$VERSION-armv{6,7}h
Clone this wiki locally