diff options
| -rw-r--r-- | Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f70118c --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +.PHONY: all +all: image publish + +.PHONY: image +image: + sudo ./build-arch-gce + ini set host::image $$(basename -s .tar.gz `ls *.tar.gz | tail -1`) awwan.env + ls -lh + +.PHONY: publish +publish: + awwan local gcloud-image-publish.aww 5- + awwan local gcloud-image-cleanup.aww 5- |
