From c185d19ce9cc50315c9c9aac8ad6804c8eeb692d Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 23 Jan 2019 12:22:29 +0100 Subject: [PATCH] add manifest --- manifests/manifest.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 manifests/manifest.yml diff --git a/manifests/manifest.yml b/manifests/manifest.yml new file mode 100644 index 0000000..f563e14 --- /dev/null +++ b/manifests/manifest.yml @@ -0,0 +1,12 @@ +image: agners/archlinuxarm:latest +manifests: + - image: agners/archlinuxarm-arm32v7:latest + platform: + architecture: arm + variant: arm32v7 + os: linux + - image: agners/archlinuxarm-arm64v8:latest + platform: + architecture: arm + variant: arm64v8 + os: linux