mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-24 21:55:40 +02:00
fixing multiarch
This commit is contained in:
@@ -76,7 +76,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2.6.1
|
||||
with:
|
||||
context: ./debian
|
||||
file: ./debian/node14/Dockerfile
|
||||
file: ./debian/node14/Dockerfile_arm32v7
|
||||
push: true
|
||||
platforms: linux/arm/v7
|
||||
tags: |
|
||||
@@ -87,7 +87,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2.6.1
|
||||
with:
|
||||
context: ./debian
|
||||
file: ./debian/node14/Dockerfile
|
||||
file: ./debian/node14/Dockerfile_arm64v8
|
||||
push: true
|
||||
platforms: linux/arm64/v8
|
||||
tags: |
|
||||
|
||||
Reference in New Issue
Block a user