Skip to content

Tags: gu9gu9gu/winskopeo

Tags

v1.18.0

Toggle v1.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update build.yml

update golang

v1.16.1

Toggle v1.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update build.yml

update

v1.15.0

Toggle v1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update build.yml

update

v1.14.3

Toggle v1.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update build.yml

update

v1.14.2

Toggle v1.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update build.yml

update

v1.14.1

Toggle v1.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update build.yml

Run make bin/skopeo.windows.amd64.exe
GOOS=windows GOARCH=amd64 go build -ldflags '-X main.gitCommit= ' -tags "containers_image_openpgp btrfs_noversion exclude_graphdriver_btrfs libdm_no_deferred_remove " -o bin/skopeo.windows.amd64.exe ./cmd/skopeo
# github.com/klauspost/compress/zstd
vendor/github.com/klauspost/compress/zstd/dict.go:479:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)
vendor/github.com/klauspost/compress/zstd/dict.go:490:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)
vendor/github.com/klauspost/compress/zstd/dict.go:491:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)
vendor/github.com/klauspost/compress/zstd/dict.go:492:32: binary.LittleEndian.AppendUint32 undefined (type binary.littleEndian has no field or method AppendUint32)
note: module requires Go 1.19
# github.com/docker/docker-credential-helpers/client
vendor/github.com/docker/docker-credential-helpers/client/command.go:34:39: programCmd.Environ undefined (type *exec.Cmd has no field or method Environ)
note: module requires Go 1.19
# go.opentelemetry.io/otel/internal/global
vendor/go.opentelemetry.io/otel/internal/global/handler.go:44:18: undefined: atomic.Pointer
vendor/go.opentelemetry.io/otel/internal/global/internal_logging.go:30:25: undefined: atomic.Pointer
note: module requires Go 1.20
# google.golang.org/grpc
vendor/google.golang.org/grpc/server.go:2096:14: undefined: atomic.Int64
note: module requires Go 1.19
make: *** [Makefile:137: bin/skopeo.windows.amd64.exe] Error 2
Error: Process completed with exit code 2.