mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-05 23:52:56 +02:00
add github action
This commit is contained in:
19
manifest_iob.yml
Normal file
19
manifest_iob.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
image: iobroker/iobroker:${DOCKERTAG}
|
||||
manifests:
|
||||
-
|
||||
image: iobroker/iobroker:${VERSION}-amd64
|
||||
platform:
|
||||
architecture: amd64
|
||||
os: linux
|
||||
-
|
||||
image: iobroker/iobroker:${VERSION}-arm64v8
|
||||
platform:
|
||||
architecture: arm64
|
||||
variant: v8
|
||||
os: linux
|
||||
-
|
||||
image: iobroker/iobroker:${VERSION}-arm32v7
|
||||
platform:
|
||||
architecture: arm
|
||||
variant: v7
|
||||
os: linux
|
||||
Reference in New Issue
Block a user