mirror of
https://github.com/bensuperpc/dockcross.git
synced 2026-07-26 12:58:09 +02:00
14 lines
343 B
Makefile
14 lines
343 B
Makefile
BASE_IMAGE_REGISTRY ?= docker.io
|
|
BASE_IMAGE_PATH ?= dockcross
|
|
BASE_IMAGE_NAME = base
|
|
BASE_IMAGE_TAG = latest
|
|
|
|
OUTPUT_IMAGE_REGISTRY ?= docker.io
|
|
OUTPUT_IMAGE_PATH ?= dockcross
|
|
OUTPUT_IMAGE_NAME = windows-shared-x64
|
|
|
|
TEST_IMAGE_ARGS = --exe-suffix ".exe"
|
|
|
|
# Extra tests (see CONTRIBUTING.md / Makefile "Extra tests" section)
|
|
EXTRA_TESTS = fmt
|