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

support copy multi arch instance #2445

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

support copy multi arch instance

0f73399
Select commit
Loading
Failed to load commit list.
Open

support copy multi arch instance #2445

support copy multi arch instance
0f73399
Select commit
Loading
Failed to load commit list.
Cirrus CI / validate failed Nov 27, 2024 in 1m 32s

Task Summary

Instruction test failed in 01:19

Details

✅ 00:09 clone
✅ 00:01 setup
❌ 01:19 test

make validate-local
hack/validate-git-marks.sh
Congratulations!  There is no conflict.
hack/validate-gofmt.sh
Congratulations!  All Go source files are properly formatted.
GOBIN=/var/tmp/go/bin hack/validate-lint.sh
Errors from golangci-lint:
cmd/skopeo/completions.go:1: : # github.com/containers/skopeo/cmd/skopeo [github.com/containers/skopeo/cmd/skopeo.test]
cmd/skopeo/copy.go:130:15: undefined: copy.CopyCustomArchImages
cmd/skopeo/copy.go:317:4: unknown field ImageListPlatforms in struct literal of type "github.com/containers/image/v5/copy".Options (typecheck)
package main

Please fix the above errors. You can test via "golangci-lint" and commit the result.

make: *** [Makefile:240: validate-local] Error 1

Exit status: 2