mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-26 02:04:10 +02:00
19 lines
388 B
YAML
19 lines
388 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 |