Switch to go-yq

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-02-20 12:16:19 +01:00
parent c71c4b623a
commit 7332db9f8a
Signed by: luzifer
GPG key ID: D91C3E91E4CAD6F5

View file

@ -8,7 +8,7 @@ export DOCKER_BUILDKIT:=1
default:
config.json:
yq -S . config.yaml >config.json
yq -ojson . config.yaml | jq -S . >config.json
create-snapshot: docker-build config.json
envrun -- docker run --rm -i \