~comcloudway/builds.sr.ht

6de588aca2c92bfeef8bb2e408222a4de4be8c38 — Drew DeVault 2 years ago ad16113
Alpine: add 3.15 image
M images/alpine/3.11/genimg => images/alpine/3.11/genimg +0 -1
@@ 1,4 1,3 @@
#!/bin/sh -xeu
export release=v3.11
export linux=linux-lts
exec ../genimg

M images/alpine/3.12/genimg => images/alpine/3.12/genimg +0 -1
@@ 1,4 1,3 @@
#!/bin/sh -xeu
export release=v3.12
export linux=linux-lts
exec ../genimg

M images/alpine/3.13/genimg => images/alpine/3.13/genimg +0 -1
@@ 1,4 1,3 @@
#!/bin/sh -xeu
export release=v3.13
export linux=linux-lts
exec ../genimg

M images/alpine/3.14/genimg => images/alpine/3.14/genimg +0 -1
@@ 1,4 1,3 @@
#!/bin/sh -xeu
export release=v3.14
export linux=linux-lts
exec ../genimg

A images/alpine/3.15/functions => images/alpine/3.15/functions +1 -0
@@ 0,0 1,1 @@
../functions
\ No newline at end of file

A images/alpine/3.15/genimg => images/alpine/3.15/genimg +3 -0
@@ 0,0 1,3 @@
#!/bin/sh -xeu
export release=v3.15
exec ../genimg

M images/alpine/genimg => images/alpine/genimg +1 -1
@@ 1,7 1,7 @@
#!/bin/sh -eux
echo "$release" >/dev/null # fail on -u if release unset
arch="${1:-x86_64}"
linux="${linux:-linux-vanilla}"
linux="${linux:-linux-lts}"

cleanup() {
	# The order here is important if you don't want to hose your mounts