Skip to content

Commit

Permalink
ci: add matrix for release/debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
branylagaffe committed Nov 25, 2024
1 parent 7b9d2d0 commit 0f5c983
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/00-build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,19 @@ on:
- '*.md'

jobs:

build_container:
name: Build QFlex containers

runs-on: ubuntu-latest

strategy:
fail-fast: false
#matrix:
# binaries:
# - release
# - debug
matrix:
type:
- release
- debug

steps:
- name: Clone QFlex
uses: actions/checkout@v4
Expand All @@ -41,5 +46,6 @@ jobs:
context: .
push: false
tags: parsa/qflex:latest
build-args: MODE=${{ matrix.type }}


0 comments on commit 0f5c983

Please sign in to comment.