blob: 38a2eafce44a5f05678a8db2e21f582c510e999f [file] [log] [blame]
build:
go1.16 build -o maddy-web *.go
clean:
rm -f maddy-web
image: clean build
docker build --tag=giolekva/maddy-web .
push: image
docker push giolekva/maddy-web: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