diff --git a/.build.yml b/.build.yml index 992b3e8..d13511b 100644 --- a/.build.yml +++ b/.build.yml @@ -17,6 +17,7 @@ packages: - qemu-openrc - qemu-modules - qemu-aarch64 + - jq tasks: - prep: | diff --git a/Taskfile.yml b/Taskfile.yml index 089febe..8b55381 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -19,8 +19,6 @@ tasks: - podman manifest create {{.IMAGE}}:{{.TAG}} - podman build {{.CLI_ARGS}} --platform linux/amd64,linux/arm64 --manifest {{.IMAGE}}:{{.TAG}} {{.CLI_ARGS}} -f Dockerfile ctx - | - # get digests like: - # podman manifest inspect {{.IMAGE}}:{{.TAG}} | jq -r '.manifests[].digest' DIGESTS=$(podman manifest inspect {{.IMAGE}}:{{.TAG}} | jq -r '.manifests[].digest') for DIGEST in $DIGESTS; do echo "Annotating digest: $DIGEST"