Skip to content

Commit

Permalink
Disable podman-based build since it doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoltzsche committed Dec 25, 2020
1 parent 76cb4c4 commit 37ace76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODMAN_IMAGE_NAME ?= mgoltzsche/podman
PODMAN_IMAGE ?= $(PODMAN_IMAGE_NAME):latest
PODMAN_IMAGE_TARGET ?= podmanall
PODMAN_MINIMAL_IMAGE ?= $(PODMAN_IMAGE)-rootless
PODMAN_MINIMAL_IMAGE ?= $(PODMAN_IMAGE)-minimal
PODMAN_REMOTE_IMAGE ?= $(PODMAN_IMAGE)-remote
PODMAN_SSH_IMAGE ?= mgoltzsche/podman-ssh

Expand All @@ -10,7 +10,9 @@ GPG_IMAGE=gpg-signer
ASSET_NAME=podman-linux-amd64
BUILD_DIR=build/$(ASSET_NAME)

DOCKER ?= $(if $(shell podman -v),podman,docker)
# TODO: Make the build work with podman as well (GitHub's workflow runner also supports podman)
#DOCKER ?= $(if $(shell podman -v),podman,docker)
DOCKER=docker

images: podman podman-remote podman-minimal

Expand Down

0 comments on commit 37ace76

Please sign in to comment.