diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-27 08:40:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 08:40:50 +0100 |
commit | 3e836939ea0f1fd3343ae2c783bb4f3539628c6d (patch) | |
tree | a4e117b6a5442190d5391e480fa6ee049775bb78 /Makefile | |
parent | 360f7e2e0d29368c5fea462755b3915e1f539cd5 (diff) | |
parent | 499e8e1cbb90e24acf80d383a69e138cd745807c (diff) | |
download | vyos-build-3e836939ea0f1fd3343ae2c783bb4f3539628c6d.tar.gz vyos-build-3e836939ea0f1fd3343ae2c783bb4f3539628c6d.zip |
Merge pull request #462 from c-po/current
T2640: update VyOS in docker image to current version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -59,6 +59,11 @@ testraid: checkiso 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: |