diff --git a/Makefile b/Makefile index 9879be238..fe77f8805 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ aro: generate go build -tags aro,containers_image_openpgp,codec.safe -ldflags "-X github.com/Azure/ARO-RP/pkg/util/version.GitCommit=$(VERSION)" ./cmd/aro runlocal-rp: - go run -tags aro -ldflags "-X github.com/Azure/ARO-RP/pkg/util/version.GitCommit=$(VERSION)" ./cmd/aro rp + go run -tags aro,containers_image_openpgp -ldflags "-X github.com/Azure/ARO-RP/pkg/util/version.GitCommit=$(VERSION)" ./cmd/aro rp az: pyenv . pyenv/bin/activate && \