Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: add containers_image_openpgp tag for e2e test build
It will fix CI failure during `make check` ``` Error: vendor/github.com/containers/image/v5/signature/mechanism_gpgme.go:16:16: undefined: gpgme.Context Error: vendor/github.com/containers/image/v5/signature/mechanism_gpgme.go:66:44: undefined: gpgme.Context Error: vendor/github.com/containers/image/v5/signature/mechanism_gpgme.go:67:14: undefined: gpgme.New Error: vendor/github.com/containers/image/v5/signature/mechanism_gpgme.go:71:27: undefined: gpgme.ProtocolOpenPGP Error: vendor/github.com/containers/image/v5/signature/mechanism_gpgme.go:75:28: undefined: gpgme.ProtocolOpenPGP Error: vendor/github.com/containers/image/v5/signature/mechanism_gpgme.go:97:20: undefined: gpgme.NewDataBytes Error: vendor/github.com/containers/image/v5/signature/mechanism_gpgme.go:126:20: undefined: gpgme.NewDataBytes Error: vendor/github.com/containers/image/v5/signature/mechanism_gpgme.go:131:18: undefined: gpgme.NewDataWriter Error: vendor/github.com/containers/image/v5/signature/mechanism_gpgme.go:135:25: undefined: gpgme.Key Error: vendor/github.com/containers/image/v5/signature/mechanism_gpgme.go:135:61: undefined: gpgme.SigModeNormal Error: vendor/github.com/containers/image/v5/signature/mechanism_gpgme.go:135:61: too many errors ```
- Loading branch information