From 2c92db1975220a9363d63b6740c58c9a61fdaefb Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 25 Mar 2019 17:59:22 -0400 Subject: Update builds.sr.ht docs for Alpine 3.9 --- builds.sr.ht/compatibility.md | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md index bde3ff8..c60389a 100644 --- a/builds.sr.ht/compatibility.md +++ b/builds.sr.ht/compatibility.md @@ -58,10 +58,10 @@ rather than using a specific release in your build manifests. - + @@ -86,6 +86,36 @@ rather than using a specific release in your build manifests.
Alpine 3.8Alpine 3.9 image: alpine/latest or - image: alpine/3.8 + image: alpine/3.9
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Alpine 3.8 + image: alpine/3.8 +
archsupportednativeupdated
arch: aarch64
arch: armhf
arch: ppc64el
arch: s390x
arch: x86_64 (default)monthly
arch: x86
+ **packages** The packages array is installed with `apk add`. -- cgit