mirror of
https://github.com/helje5/dockSwiftOnARM.git
synced 2025-11-01 06:33:34 +00:00
41f1383341
Use the @futurejones package for ARM 64bit image of Swift 4.2.1.
14 lines
271 B
Makefile
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
|