Skip to content

Commit

Permalink
include
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jan 18, 2025
1 parent c37c5d8 commit 4f09da0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ jobs:
run: dotnet run/build.dll --target=SetMatrix

build_deps:
name: Deps
name: Deps (${{ matrix.arch }} - ${{ matrix.distro }})
needs: [ prepare ]
env:
PUSH_IMAGES: ${{github.event_name != 'pull_request' && github.repository_owner == 'GitTools'}}
runs-on: ${{ matrix.runner }}
strategy:
matrix:
distro: ${{ fromJson(needs.prepare.outputs.dockerDistros) }}
runner: [ubuntu-24.04, ubuntu-24.04-arm]
arch: [amd64, arm64]
runner: [ubuntu-24.04, ubuntu-24.04-arm]
distro: ${{ fromJson(needs.prepare.outputs.dockerDistros) }}
exclude:
- runner: ubuntu-24.04-arm
arch: amd64
Expand Down

0 comments on commit 4f09da0

Please sign in to comment.