1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

update Makefile

This commit is contained in:
Timothy 2021-02-20 11:47:48 +08:00
parent 7ac3eed730
commit afc6ba8241
No known key found for this signature in database
GPG Key ID: DA25A2861AA0F2D1

View File

@ -9,8 +9,8 @@ install:
image:
# Build docker image
go clean
docker buildx build --platform linux/amd64,linux/386,linux/arm64,linux/arm/v7 -t timothyye/godns:${VERSION} . --push
docker buildx build --platform linux/amd64,linux/386,linux/arm64,linux/arm/v7 -t timothyye/godns:latest . --push
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t timothyye/godns:${VERSION} . --push
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t timothyye/godns:latest . --push
release:
# Clean
go clean