mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-25 17:54:11 +02:00
20 lines
389 B
YAML
20 lines
389 B
YAML
image: buanet/iobroker:$DOCKERTAG
|
|
manifests:
|
|
-
|
|
image: buanet/iobroker:$VERSION-amd64
|
|
platform:
|
|
architecture: amd64
|
|
os: linux
|
|
-
|
|
image: buanet/iobroker:$VERSION-aarch64
|
|
platform:
|
|
architecture: arm64
|
|
variant: v8
|
|
os: linux
|
|
-
|
|
image: buanet/iobroker:$VERSION-armv7hf
|
|
platform:
|
|
architecture: arm
|
|
variant: v7
|
|
os: linux
|