mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-07-03 16:15:49 +02:00
Update crosstool-ng to 1.24, update arm64 and newer base image
This commit is contained in:
2
Makefile
2
Makefile
@ -325,7 +325,7 @@ $(STANDARD_IMAGES): %: %/Dockerfile base
|
||||
.SECONDEXPANSION:
|
||||
$(addsuffix .test,$(STANDARD_IMAGES)): $$(basename $$@)
|
||||
$(DOCKER) run $(RM) dockcross/$(basename $@) > $(BIN)/dockcross-$(basename $@) && chmod +x $(BIN)/dockcross-$(basename $@)
|
||||
$(BIN)/dockcross-$(basename $@) python test/run.py $($@_ARGS)
|
||||
$(BIN)/dockcross-$(basename $@) python3 test/run.py $($@_ARGS)
|
||||
|
||||
#
|
||||
# testing prerequisites implicit rule
|
||||
|
Reference in New Issue
Block a user