Skip to content

Commit

Permalink
Split workflow matrix image into platform and version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRStevens committed Aug 13, 2024
1 parent adafb14 commit c166b98
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,12 @@ jobs:
strategy:
fail-fast: false
matrix:
image:
- "nas2d-arch:1.4"
include:
- platform: "arch"
version: "1.4"
runs-on: ubuntu-latest
container:
image: "outpostuniverse/${{ matrix.image }}"
image: "outpostuniverse/nas2d-${{ matrix.platform }}:${{ matrix.version }}"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c166b98

Please sign in to comment.