File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ IMAGES += ubuntu16.04-cloudimg-ppc64el.qcow2
55IMAGES += ubuntu21.04-cloudimg-ppc64el.qcow2
66IMAGES += ubuntu21.10-cloudimg-ppc64el.qcow2
77IMAGES += fedora34-cloudimg-ppc64le.qcow2
8+ IMAGES += fedora36-cloudimg-ppc64le.qcow2
89
910build : prepare cloud-init-user-data.img
1011
@@ -58,8 +59,17 @@ ubuntu21.10-cloudimg-ppc64el.qcow2:
5859 chmod a-w $@
5960 sha256sum $@ > $@ .sum
6061
62+ define wget_fedora
63+ $(call wget,$(1 ) ,"https://download.fedoraproject.org/pub/fedora-secondary/releases/$(2 ) /Cloud/ppc64le/images/$(3 ) ")
64+ endef
65+
6166fedora34-cloudimg-ppc64le.qcow2 :
62- $(call wget,$@ ,"https://download.fedoraproject.org/pub/fedora-secondary/releases/34/Cloud/ppc64le/images/Fedora-Cloud-Base-34-1.2.ppc64le.qcow2")
67+ $(call wget_fedora,$@ ,34,Fedora-Cloud-Base-34-1.2.ppc64le.qcow2)
68+ chmod a-w $@
69+ sha256sum $@ > $@ .sum
70+
71+ fedora36-cloudimg-ppc64le.qcow2 :
72+ $(call wget_fedora,$@ ,36,Fedora-Cloud-Base-36-1.5.ppc64le.qcow2)
6373 chmod a-w $@
6474 sha256sum $@ > $@ .sum
6575
You can’t perform that action at this time.
0 commit comments