add manifest
This commit is contained in:
parent
513ddd585f
commit
c185d19ce9
1 changed files with 12 additions and 0 deletions
12
manifests/manifest.yml
Normal file
12
manifests/manifest.yml
Normal file
|
@ -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
|
Loading…
Reference in a new issue