diff options
| author | Shulhan <ms@kilabit.info> | 2024-06-09 16:56:54 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-25 14:50:18 +0700 |
| commit | cbc720a6c7b686312d1d309157b37c855eab063c (patch) | |
| tree | 73568ef23589580bcc13e0d623a5276189144e8c /Makefile | |
| parent | 0e203fa35544ac1db582c89c913af9bef6911ade (diff) | |
| download | compute-archlinux-image-builder-cbc720a6c7b686312d1d309157b37c855eab063c.tar.xz | |
all: add task to build image testable with qemu
An image that build for qemu will have user "arch" with predefined
SSH keys, so user can access the guest from host either using SSH key
or password.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ image: ini set host::image $$(basename -s .tar.gz `ls *.tar.gz | tail -1`) awwan.env ls -lh +.PHONY: image-qemu +image-qemu: + sudo IMAGE_QEMU=1 ./build-arch-gce + .PHONY: publish publish: awwan local gcloud-image-publish.aww 5- |
