From e827296c9f85ff2bce00338f65ec6835f03eface Mon Sep 17 00:00:00 2001 From: 11notes Date: Wed, 9 Sep 2020 08:15:04 +0200 Subject: [PATCH] build multiarch --- .gitignore | 4 +--- multi-arch-manifest.yaml | 7 ++++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 780225b..3cdab39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -maintain/ -multi-arch-manifest.yaml -post_push \ No newline at end of file +maintain/ \ No newline at end of file diff --git a/multi-arch-manifest.yaml b/multi-arch-manifest.yaml index 2010829..033b9b0 100644 --- a/multi-arch-manifest.yaml +++ b/multi-arch-manifest.yaml @@ -8,4 +8,9 @@ manifests: platform: architecture: arm64 os: linux - variant: v8 \ No newline at end of file + variant: v8 + - image: 11notes/nginx:arm32v7-1.18.0 + platform: + architecture: arm + os: linux + variant: v7 \ No newline at end of file