mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Adding dockerfiles for multi-arch builds and manifest.
This commit is contained in:
parent
121686a928
commit
72c1c49da3
3 changed files with 88 additions and 0 deletions
11
wekan-dockerfile-manifest.yaml
Normal file
11
wekan-dockerfile-manifest.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
image: quay.io/wekan/wekan
|
||||
manifests:
|
||||
- image: quay.io/wekan/wekan:amd64
|
||||
platform:
|
||||
architecture: amd64
|
||||
os: linux
|
||||
- image: quay.io/wekan/wekan:arm64v8
|
||||
platform:
|
||||
architecture: arm64
|
||||
os: linux
|
||||
variant: v8
|
Loading…
Add table
Add a link
Reference in a new issue