mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-31 05:03:11 +02:00
preparing node version switch
This commit is contained in:
@@ -35,8 +35,8 @@ jobs:
|
||||
sed -e "s/\${VERSION}/$VERSION/" -e "s/\${BUILD}/$DATI/" ./debian/scripts/iobroker_startup.sh > ./debian/scripts/iobroker_startup.tmp
|
||||
mv -f ./debian/scripts/iobroker_startup.tmp ./debian/scripts/iobroker_startup.sh
|
||||
# amd64
|
||||
sed -e "s/\${VERSION}/$VERSION/" -e "s/\${DATI}/$DATI/" ./debian/node12/Dockerfile > ./debian/node12/Dockerfile.tmp
|
||||
mv -f ./debian/node12/Dockerfile.tmp ./debian/node12/Dockerfile
|
||||
sed -e "s/\${VERSION}/$VERSION/" -e "s/\${DATI}/$DATI/" ./debian/node14/Dockerfile > ./debian/node14/Dockerfile.tmp
|
||||
mv -f ./debian/node14/Dockerfile.tmp ./debian/node14/Dockerfile
|
||||
|
||||
- name: Set up manifest tool
|
||||
run: |
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2.7.0
|
||||
with:
|
||||
context: ./debian
|
||||
file: ./debian/node12/Dockerfile
|
||||
file: ./debian/node14/Dockerfile
|
||||
push: true
|
||||
platforms: linux/amd64
|
||||
tags: |
|
||||
@@ -70,7 +70,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2.7.0
|
||||
with:
|
||||
context: ./debian
|
||||
file: ./debian/node12/Dockerfile
|
||||
file: ./debian/node14/Dockerfile
|
||||
push: true
|
||||
platforms: linux/arm/v7
|
||||
tags: |
|
||||
@@ -80,7 +80,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2.7.0
|
||||
with:
|
||||
context: ./debian
|
||||
file: ./debian/node12/Dockerfile
|
||||
file: ./debian/node14/Dockerfile
|
||||
push: true
|
||||
platforms: linux/arm64/v8
|
||||
tags: |
|
||||
|
||||
Reference in New Issue
Block a user