Skip to content

Commit

Permalink
build workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Mar 1, 2024
1 parent c6c38bd commit a5fe9dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@ jobs:
name: Docker release ${{matrix.runner}}/${{ matrix.arch }}
needs:
- set-product-version
- build-linux
- build
runs-on: ${{ matrix.runner }}
strategy:
matrix:
include:
- { runner: "ubuntu-22.04", arch: "amd64", dockerfile: "Dockerfile" }
- { runner: "ubuntu-22.04", arch: "arm64", dockerfile: "Dockerfile" }
- { runner: "ubuntu-22.04", arch: "arm", dockerfile: "Dockerfile" }
- { runner: "ubuntu-latest", arch: "amd64", dockerfile: "Dockerfile" }
- { runner: "ubuntu-latest", arch: "arm64", dockerfile: "Dockerfile" }
- { runner: "ubuntu-latest", arch: "arm", dockerfile: "Dockerfile" }
fail-fast: true
env:
repo: ${{ github.event.repository.name }}
Expand Down

0 comments on commit a5fe9dd

Please sign in to comment.