single arch
This commit is contained in:
@@ -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
|
|
@@ -1,16 +0,0 @@
|
|||||||
image: 11notes/nginx:stable
|
|
||||||
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
|
|
Reference in New Issue
Block a user