We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5920b0c commit 23e76bbCopy full SHA for 23e76bb
scripts/buildx
@@ -17,15 +17,18 @@ fi
17
docker buildx create --name "${BUILDX_NAME:-npm}" || echo
18
docker buildx use "${BUILDX_NAME:-npm}"
19
20
+ # --platform linux/amd64,linux/arm64,linux/arm/7 \
21
docker buildx build \
22
--build-arg BUILD_VERSION="${BUILD_VERSION:-dev}" \
23
--build-arg BUILD_COMMIT="${BUILD_COMMIT:-notset}" \
24
--build-arg BUILD_DATE="$(date '+%Y-%m-%d %T %Z')" \
25
--build-arg GOPROXY="${GOPROXY:-}" \
26
--build-arg GOPRIVATE="${GOPRIVATE:-}" \
- --platform linux/amd64,linux/arm64,linux/arm/7 \
27
+ --platform linux/arm/7 \
28
--progress plain \
29
--pull \
30
+ -t my-npm-certbot1.3:2.9.19 \
31
+ --output type=docker,dest=../my-npm-2.9.19.tar.gz \
32
-f docker/Dockerfile \
33
$@ \
34
.
0 commit comments