Skip to content

Commit

Permalink
Fixed download of metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Oct 27, 2024
1 parent 4543a40 commit b1c0fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/site.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata.json: \
$(HELPER)/var/lib/uniget/manifests/gojq.json \
$(HELPER)/var/lib/uniget/manifests/regclient.json \
; $(info $(M) Downloading metadata...)
@helper/usr/local/bin/regctl manifest get ghcr.io/uniget-org/tools/metadata:main --format raw-body \
@helper/usr/local/bin/regctl manifest get ghcr.io/uniget-org/tools/metadata:main --platform local --format raw-body \
| helper/usr/local/bin/jq --raw-output '.layers[0].digest' \
| xargs -I{} \
helper/usr/local/bin/regctl blob get ghcr.io/uniget-org/tools/metadata:main {} \
Expand Down

0 comments on commit b1c0fb5

Please sign in to comment.