mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-04-04 04:59:15 +02:00
Makefile: support OCI_EXE environmental variable
Allow setting podman for image builds.
This commit is contained in:
parent
9e57d2bd8f
commit
55d275535c
2
Makefile
2
Makefile
@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
# Name of the docker executable
|
||||
DOCKER := docker
|
||||
DOCKER := $(or $(OCI_EXE), docker)
|
||||
|
||||
# Docker organization to pull the images from
|
||||
ORG = dockcross
|
||||
|
Loading…
x
Reference in New Issue
Block a user