blob: 234095d7e0409fc9acdd803071b0b6d091f14262 [file] [log] [blame]
build:
go1.16 build -o rpuppy *.go
clean:
rm -f rpuppy
image: clean build
docker build --tag=giolekva/rpuppy-arm .
push: image
docker push giolekva/rpuppy-arm:latest
push_arm64: export GOOS=linux
push_arm64: export GOARCH=arm64
push_arm64: export CGO_ENABLED=0
push_arm64: export GO111MODULE=on
push_arm64: push