Skip to content

Commit

Permalink
build: propagate zigdev
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
  • Loading branch information
berezovskyi committed Jul 16, 2023
1 parent cfa50d5 commit f257bc6
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@ jobs:
strategy:
fail-fast: false
matrix:
zigver:
- '0.9.0'
- '0.9.1'
- '0.10.0'
- '0.10.1'
- '0.11.0-dev.4003+c6aa29b6f'
include:
- zigver: '0.9.0'
zigdev: false
- zigver: '0.9.1'
zigdev: false
- zigver: '0.10.0'
zigdev: false
- zigver: '0.10.1'
zigdev: false
- zigver: '0.11.0-dev.4003+c6aa29b6f'
zigdev: true
steps:
- uses: actions/checkout@v3
- name: Docker Compose multi-stage build
run: docker-compose -f docker-compose.yml.sample build --build-arg "ZIGVER=${{ matrix.zigver }}"
run: docker-compose -f docker-compose.yml.sample build --build-arg "ZIGVER=${{ matrix.zigver }}" --build-arg "ZIGDEV=${{ matrix.zigdev }}"

0 comments on commit f257bc6

Please sign in to comment.