mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-24 21:55:40 +02:00
20 lines
397 B
YAML
20 lines
397 B
YAML
image: buanet/iobroker:${DOCKERTAG}
|
|
manifests:
|
|
-
|
|
image: buanet/iobroker:${VERSION}-amd64
|
|
platform:
|
|
architecture: amd64
|
|
os: linux
|
|
-
|
|
image: buanet/iobroker:${VERSION}-arm64v8
|
|
platform:
|
|
architecture: arm64
|
|
variant: v8
|
|
os: linux
|
|
-
|
|
image: buanet/iobroker:${VERSION}-arm32v7
|
|
platform:
|
|
architecture: arm
|
|
variant: v7
|
|
os: linux
|