buildah/internal/mkcw/entrypoint.go

7 lines
108 B
Go

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