mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-08 12:38:14 -05:00
Restore default build script
This commit is contained in:
parent
fd6673420b
commit
44a202552e
@ -23,10 +23,9 @@ docker buildx build \
|
|||||||
--build-arg BUILD_DATE="$(date '+%Y-%m-%d %T %Z')" \
|
--build-arg BUILD_DATE="$(date '+%Y-%m-%d %T %Z')" \
|
||||||
--build-arg GOPROXY="${GOPROXY:-}" \
|
--build-arg GOPROXY="${GOPROXY:-}" \
|
||||||
--build-arg GOPRIVATE="${GOPRIVATE:-}" \
|
--build-arg GOPRIVATE="${GOPRIVATE:-}" \
|
||||||
--platform linux/arm64 \
|
--platform linux/amd64,linux/arm64,linux/arm/7 \
|
||||||
--progress plain \
|
--progress plain \
|
||||||
--pull \
|
--pull \
|
||||||
--load \
|
|
||||||
-f docker/Dockerfile \
|
-f docker/Dockerfile \
|
||||||
$@ \
|
$@ \
|
||||||
.
|
.
|
||||||
|
Loading…
Reference in New Issue
Block a user