Skip to content

Commit

Permalink
Better refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed Jan 3, 2024
1 parent 56e3aab commit 466938a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@ jobs:
matrix:
target: [x86_64-pc-linux-gnu, x86_64-w64-mingw32, x86_64-apple-darwin]
include:
- target: x86_64-pc-linux-gnu
container: defi/ain-builder:latest
- container: defi/ain-builder:latest
- target: x86_64-w64-mingw32
container: defi/ain-win-builder:latest
- target: x86_64-apple-darwin
container: defi/ain-builder:latest
container:
image: ${{ matrix.container }}
env:
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,9 @@ jobs:
matrix:
target: [x86_64-pc-linux-gnu, aarch64-linux-gnu, x86_64-w64-mingw32, x86_64-apple-darwin, aarch64-apple-darwin]
include:
- target: x86_64-pc-linux-gnu
container: defi/ain-builder:latest
- target: aarch64-linux-gnu
container: defi/ain-builder:latest
- container: defi/ain-builder:latest
- target: x86_64-w64-mingw32
container: defi/ain-win-builder:latest
- target: x86_64-apple-darwin
container: defi/ain-builder:latest
- target: aarch64-apple-darwin
container: defi/ain-builder:latest
container:
image: ${{ matrix.container }}
env:
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/build-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,9 @@ jobs:
matrix:
target: [x86_64-pc-linux-gnu, aarch64-linux-gnu, x86_64-w64-mingw32, x86_64-apple-darwin, aarch64-apple-darwin]
include:
- target: x86_64-pc-linux-gnu
container: defi/ain-builder:latest
- target: aarch64-linux-gnu
container: defi/ain-builder:latest
- container: defi/ain-builder:latest
- target: x86_64-w64-mingw32
container: defi/ain-win-builder:latest
- target: x86_64-apple-darwin
container: defi/ain-builder:latest
- target: aarch64-apple-darwin
container: defi/ain-builder:latest
container:
image: ${{ matrix.container }}
env:
Expand Down

0 comments on commit 466938a

Please sign in to comment.