diff --git a/Makefile b/Makefile index 7bc5b411e6d17a1480c2558c33902f999b320a58..090d88660d97bb48d4af1c3db206dfa4b34a5059 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ .PHONY: all -all: ubuntu18.04 ubuntu16.04 ubuntu14.04 debian9 debian8 centos7 amzn2 amzn1 +all: ubuntu18.04 ubuntu16.04 debian9 centos7 amzn2 amzn1 # Build all packages for a specific distribution. ubuntu18.04: runtime-ubuntu18.04 hook-ubuntu18.04 diff --git a/runtime/Makefile b/runtime/Makefile index 853b4d4f9874fcb0579959c923202330e4083b82..bd071cd6f93ec912a66e7f4aa1af03425a75d167 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -11,7 +11,7 @@ DIST_DIR := $(CURDIR)/../dist .NOTPARALLEL: .PHONY: all -all: ubuntu18.04 ubuntu16.04 ubuntu14.04 debian9 centos7 amzn2 amzn1 +all: ubuntu18.04 ubuntu16.04 debian9 centos7 amzn2 amzn1 ubuntu%: ARCH := amd64 ubuntu%: