Skip to content

Commit

Permalink
Merge pull request #566 from isimluk/fix-podman-build
Browse files Browse the repository at this point in the history
Enable build in podman
  • Loading branch information
mtrmac authored Nov 3, 2018
2 parents ba649c5 + 89d8bdd commit 187299a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SIGSTOREDIR=${DESTDIR}/var/lib/atomic/sigstore
BASHINSTALLDIR=${PREFIX}/share/bash-completion/completions
GO_MD2MAN ?= go-md2man
GO ?= go
CONTAINER_RUNTIME := $(shell command -v podman 2> /dev/null | echo docker)
CONTAINER_RUNTIME := $(shell command -v podman 2> /dev/null || echo docker)

ifeq ($(DEBUG), 1)
override GOGCFLAGS += -N -l
Expand Down

0 comments on commit 187299a

Please sign in to comment.