Files
Helge Heß 41f1383341 Add a 4.2.1 dockerfile based on @futurejones'
Use the @futurejones package for ARM 64bit image of Swift 4.2.1.
2019-01-14 14:23:46 +01:00

14 lines
271 B
Makefile

# Makefile
all:
@echo "use 'build' target"
build:
time docker build -t helje5/arm64v8-swift:4.2.1 \
-f arm64v8-ubuntu-swift-4.2.1.dockerfile \
$(PWD)/../empty-ctx
docker images | grep helje5/arm64v8
publish:
time docker push helje5/arm64v8-swift:4.2.1