Skip to content

Commit

Permalink
Specify matrix container
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed Jan 3, 2024
1 parent 485e9f3 commit 56e3aab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
container: defi/ain-win-builder:latest
- target: x86_64-apple-darwin
container: defi/ain-builder:latest
container:
image: ${{ matrix.container }}
env:
TARGET: ${{matrix.target}}

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
container: defi/ain-builder:latest
- target: aarch64-apple-darwin
container: defi/ain-builder:latest
container:
image: ${{ matrix.container }}
env:
TARGET: ${{matrix.target}}

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
container: defi/ain-builder:latest
- target: aarch64-apple-darwin
container: defi/ain-builder:latest
container:
image: ${{ matrix.container }}
env:
TARGET: ${{matrix.target}}

Expand Down

0 comments on commit 56e3aab

Please sign in to comment.