podman-build/vendor/github.com/containers/buildah/internal/mkcw/entrypoint.go
2025-10-11 12:30:35 +09:00

7 lines
108 B
Go

package mkcw
import _ "embed"
//go:embed "embed/entrypoint_amd64.gz"
var entrypointCompressedBytes []byte