From 7af416316f8cd0e36f3f22117d8cfa372c24a8f8 Mon Sep 17 00:00:00 2001 From: ElevenNotes Date: Wed, 24 May 2023 23:59:44 +0200 Subject: [PATCH] no multi arch --- hooks/post_push | 4 ---- multi-arch-manifest.yaml | 16 ---------------- 2 files changed, 20 deletions(-) delete mode 100644 hooks/post_push delete mode 100644 multi-arch-manifest.yaml diff --git a/hooks/post_push b/hooks/post_push deleted file mode 100644 index 2903347..0000000 --- a/hooks/post_push +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download/v0.9.0/manifest-tool-linux-amd64 -chmod +x manifest-tool -./manifest-tool push from-spec multi-arch-manifest.yaml \ No newline at end of file diff --git a/multi-arch-manifest.yaml b/multi-arch-manifest.yaml deleted file mode 100644 index 08200e0..0000000 --- a/multi-arch-manifest.yaml +++ /dev/null @@ -1,16 +0,0 @@ -image: 11notes/nginx:1.24.0 -manifests: - - image: 11notes/nginx:amd64-1.24.0 - platform: - architecture: amd64 - os: linux - - image: 11notes/nginx:arm64v8-1.24.0 - platform: - architecture: arm64 - os: linux - variant: v8 - - image: 11notes/nginx:arm32v7-1.24.0 - platform: - architecture: arm - os: linux - variant: v7 \ No newline at end of file