File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
arm64-unknown-linux-alpine3.21-builder
arm64-unknown-linux-ubuntu24.04-builder
.dockerfiles/latest/arm64-unknown-linux-musl Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ DOCKERFILE_DIR="$(dirname "$0")"
13
13
BUILDER=" arm64-builder-$( date +%s) "
14
14
15
15
docker buildx create --use --name " ${BUILDER} "
16
- docker buildx build --platform linux/arm64 --pull --push -t " ${NAME} :${TODAY} " " ${DOCKERFILE_DIR} "
16
+ docker buildx build --provenance false --sbom false -- platform linux/arm64 --pull --push -t " ${NAME} :${TODAY} " " ${DOCKERFILE_DIR} "
17
17
docker buildx rm " ${BUILDER} "
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ DOCKERFILE_DIR="$(dirname "$0")"
13
13
BUILDER=" arm64-builder-$( date +%s) "
14
14
15
15
docker buildx create --use --name " ${BUILDER} "
16
- docker buildx build --platform linux/arm64 --pull --push -t " ${NAME} :${TODAY} " " ${DOCKERFILE_DIR} "
16
+ docker buildx build --provenance false --sbom false -- platform linux/arm64 --pull --push -t " ${NAME} :${TODAY} " " ${DOCKERFILE_DIR} "
17
17
docker buildx rm " ${BUILDER} "
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ NAME="ghcr.io/ponylang/ponyc:alpine-arm64"
13
13
BUILDER=" arm64-builder-$( date +%s) "
14
14
15
15
docker buildx create --use --name " ${BUILDER} "
16
- docker buildx build --platform linux/arm64 --pull --push -t " ${NAME} " " ${DOCKERFILE_DIR} "
16
+ docker buildx build --provenance false --sbom false -- platform linux/arm64 --pull --push -t " ${NAME} " " ${DOCKERFILE_DIR} "
17
17
docker buildx rm " ${BUILDER} "
Original file line number Diff line number Diff line change 19
19
- name : Set up Docker Buildx
20
20
# v3.10.0
21
21
uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
22
- with :
23
- version : v0.23.0
24
22
- name : Login to GitHub Container Registry
25
23
# v2.2.0
26
24
uses : docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
You can’t perform that action at this time.
0 commit comments