summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-12-17 08:59:29 +0100
committerGitHub <noreply@github.com>2023-12-17 08:59:29 +0100
commitc457790d3423219c5a889b686af965589074aca6 (patch)
treed83b283f073daec56dd754e4118cacb062e99e72 /Makefile
parentf5085df6fc1a1d516afa8f882ab7fcd7d8dee481 (diff)
parent553fe4fb0116d3d4a867f07ca3bdef65f6c6dbc0 (diff)
downloadvyos-build-c457790d3423219c5a889b686af965589074aca6.tar.gz
vyos-build-c457790d3423219c5a889b686af965589074aca6.zip
Merge pull request #463 from vyos/mergify/bp/sagitta/pr-462
T2640: update VyOS in docker image to current version (backport #462)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 74b17c7c..ebb37075 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,16 @@ testc: checkiso
testraid: checkiso
scripts/check-qemu-install --debug --configd --raid --configtest build/live-image-amd64.hybrid.iso
+.PHONY: qemu-live
+.ONESHELL:
+qemu-live: checkiso
+ scripts/check-qemu-install --qemu-cmd build/live-image-amd64.hybrid.iso
+
+.PHONE: oci
+.ONESHELL:
+oci: checkiso
+ scripts/iso-to-oci build/live-image-amd64.hybrid.iso
+
.PHONY: clean
.ONESHELL:
clean: