Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
buanet committed Jan 8, 2024
1 parent b9618d9 commit a1fff8f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-debian12-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
push: true
platforms: |
linux/amd64
linux/arm/v7
linux/arm64/v8
# linux/arm/v7
tags: |
buanet/iobroker:beta,
buanet/iobroker:${{ env.version }},
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
platforms: |
linux/amd64
linux/arm64/v8
# linux/arm/v7
# linux/arm/v7
tags: |
buanet/iobroker:beta-node${{ vars.EXPERIMENTAL_NODE_VERSION }},
buanet/iobroker:${{ env.version }}-node${{ vars.EXPERIMENTAL_NODE_VERSION }},
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/build-debian12-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
push: true
platforms: |
linux/amd64
linux/arm64
linux/arm64/v8
# linux/arm/v7
tags: |
buanet/iobroker:dev,
ghcr.io/buanet/iobroker:dev
buanet/iobroker:dev-node${{ vars.RECOMMENDED_NODE_VERSION }},
ghcr.io/buanet/iobroker:dev,
ghcr.io/buanet/iobroker:dev-node${{ vars.RECOMMENDED_NODE_VERSION }}
build-with-experimental-node:
Expand Down Expand Up @@ -108,9 +108,6 @@ jobs:
# Set values in Dockerfile
sed -e "s/\${VERSION}/$VERSION-dev/" -e "s/\${DATI}/$DATI/" -e "s/\${NODE}/${{ vars.EXPERIMENTAL_NODE_VERSION }}/" ./debian12/Dockerfile > ./debian12/Dockerfile.tmp
mv -f ./debian12/Dockerfile.tmp ./debian12/Dockerfile
# Remove separate npm install as fix for Node 20 (fixed in dockerfile??)
# sed "/&& apt-get update && apt-get install -q -y --no-install-recommends npm/d" ./debian12/Dockerfile > ./debian12/Dockerfile.tmp
# mv -f ./debian12/Dockerfile.tmp ./debian12/Dockerfile
- name: Set up QEMU
uses: docker/[email protected]
Expand Down Expand Up @@ -140,7 +137,7 @@ jobs:
push: true
platforms: |
linux/amd64
linux/arm64
linux/arm64/v8
# linux/arm/v7
tags: |
buanet/iobroker:dev-node${{ vars.EXPERIMENTAL_NODE_VERSION }},
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-debian12-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
push: true
platforms: |
linux/amd64
linux/arm/v7
linux/arm64/v8
# linux/arm/v7
tags: |
buanet/iobroker:latest,
buanet/iobroker:${{ env.majorversion }},
Expand Down Expand Up @@ -140,8 +140,8 @@ jobs:
push: true
platforms: |
linux/amd64
linux/arm/v7
linux/arm64/v8
# linux/arm/v7
tags: |
iobroker/iobroker:latest,
iobroker/iobroker:${{ env.majorversion }},
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Changelog

### v9.1.0-beta.4 (08.01.2023)
* dropping arm/v7 support (temporary)
* add trap for debugging mode ([#421](https://github.com/buanet/ioBroker.docker/issues/421))
* fix ownership of userscripts ([#423 by @EugenMayer](https://github.com/buanet/ioBroker.docker/pull/423))
* add strict mode to healthcheck.sh ([#424 by @EugenMayer](https://github.com/buanet/ioBroker.docker/pull/424))
Expand Down

0 comments on commit a1fff8f

Please sign in to comment.