From 97b420972b4020e711e8a2bfe8bdc9207aa95ad2 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Sat, 10 Jan 2026 14:00:04 +0000 Subject: [PATCH] ensure jq is installed --- .build.yml | 1 + Taskfile.yml | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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"