Skip to content

Commit

Permalink
fix multiplatform image creation
Browse files Browse the repository at this point in the history
  • Loading branch information
buanet committed Nov 25, 2024
1 parent 980b0b4 commit 4dcb25c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-debian12-latest_sep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
create-multiarch-image-for-buanet:
runs-on: ubuntu-latest
needs: [build-latest-armv7-for-buanet, build-latest-arm64v8-for-buanet, build-latest-amd64-for-buanet]
needs: [build-latest-armv7-for-buanet, build-latest-arm64v8-for-buanet, build-latest-amd64-for-buanet, create-build-number]
steps:
- name: Fetch latest release tag
run: |
Expand Down Expand Up @@ -464,7 +464,7 @@ jobs:

create-multiarch-image-for-iobroker:
runs-on: ubuntu-latest
needs: [build-latest-armv7-for-iobroker, build-latest-arm64v8-for-iobroker, build-latest-amd64-for-iobroker]
needs: [build-latest-armv7-for-iobroker, build-latest-arm64v8-for-iobroker, build-latest-amd64-for-iobroker, create-build-number]
steps:
- name: Fetch latest release tag
run: |
Expand Down

0 comments on commit 4dcb25c

Please sign in to comment.