Skip to content

Commit

Permalink
Merge pull request #434 from buanet/beta
Browse files Browse the repository at this point in the history
Reactivate arm/v7 in build process
  • Loading branch information
buanet authored Jan 26, 2024
2 parents 75e77d5 + ba1c874 commit 7f66aad
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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 @@ -78,7 +78,7 @@ jobs:
platforms: |
linux/amd64
linux/arm64/v8
# linux/arm/v7
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
4 changes: 2 additions & 2 deletions .github/workflows/build-debian12-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
platforms: |
linux/amd64
linux/arm64/v8
# linux/arm/v7
linux/arm/v7
tags: |
buanet/iobroker:dev,
buanet/iobroker:dev-node${{ vars.RECOMMENDED_NODE_VERSION }},
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
platforms: |
linux/amd64
linux/arm64/v8
# linux/arm/v7
linux/arm/v7
tags: |
buanet/iobroker:dev-node${{ vars.EXPERIMENTAL_NODE_VERSION }},
ghcr.io/buanet/iobroker:dev-node${{ vars.EXPERIMENTAL_NODE_VERSION }}
4 changes: 2 additions & 2 deletions .github/workflows/build-debian12-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
platforms: |
linux/amd64
linux/arm64/v8
# linux/arm/v7
linux/arm/v7
tags: |
buanet/iobroker:latest,
buanet/iobroker:${{ env.majorversion }},
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
platforms: |
linux/amd64
linux/arm64/v8
# linux/arm/v7
linux/arm/v7
tags: |
iobroker/iobroker:latest,
iobroker/iobroker:${{ env.majorversion }},
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-docker-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/[email protected]

- name: Update Docker Hub Readme (buanet)
uses: peter-evans/dockerhub-description@v3.4.2
uses: peter-evans/dockerhub-description@v4.0.0
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
Expand All @@ -24,7 +24,7 @@ jobs:
readme-filepath: ./docs/README_docker_hub_buanet.md

- name: Update Docker Hub Readme (iobroker)
uses: peter-evans/dockerhub-description@v3.4.2
uses: peter-evans/dockerhub-description@v4.0.0
with:
username: ${{ secrets.DOCKER_USER_IOB }}
password: ${{ secrets.DOCKER_PASS_IOB }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Docker Baseimage Checker
id: baseimage
uses: mkumatag/[email protected].5
uses: mkumatag/[email protected].6
with:
base-image: '${{ env.baseimage }}'
image: '${{ env.iobroker }}'
Expand Down

0 comments on commit 7f66aad

Please sign in to comment.