Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.v2.9] Mirror missing images only #1541

Merged
merged 2 commits into from
Oct 31, 2024

Conversation

brooksn
Copy link
Contributor

@brooksn brooksn commented Oct 28, 2024

Backport of #1528

Signed-off-by: Brooks Newberry <brooks@newberry.com>
@@ -73,7 +73,7 @@ RUN go install golang.org/x/tools/cmd/goimports@latest
RUN if [[ "${ARCH}" == "amd64" ]]; then \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s ${GOLANGCI_LINT}; \
curl -sL https://github.com/rancher/wharfie/releases/download/v0.6.1/wharfie-amd64 -o /bin/wharfie && chmod +x /bin/wharfie; \
curl -sL https://github.com/regclient/regclient/releases/download/v0.4.8/regsync-linux-amd64 -o /bin/regsync && chmod +x /bin/regsync; \
curl -sL https://github.com/regclient/regclient/releases/download/v0.7.1/regsync-linux-arm64 -o /bin/regsync && chmod +x /bin/regsync; \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be amd64 instead of arm64

Signed-off-by: Brooks Newberry <brooks@newberry.com>
@brooksn brooksn merged commit bac7a52 into rancher:dev-v2.9 Oct 31, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants