mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-21 10:23:34 +02:00
Makefile: support OCI_EXE environmental variable
Allow setting podman for image builds.
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user