Skip to content

Commit

Permalink
test(ci)
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Nov 6, 2023
1 parent 639ef02 commit 8c6a3d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
needs: [fetch-version]
uses: ./.github/workflows/reusable_build_packages.yaml
with:
arch: x86_64
arch: aarch64
version: ${{ needs.fetch-version.outputs.version }}

test-dev-packages:
Expand All @@ -31,14 +31,14 @@ jobs:
matrix:
static: ["static", ""]
with:
arch: x86_64
arch: aarch64
static: ${{ matrix.static != '' && true || false }}
version: ${{ needs.fetch-version.outputs.version }}

build-dev-minimal:
uses: ./.github/workflows/reusable_build_dev.yaml
with:
arch: x86_64
arch: aarch64
git_ref: ${{ github.event.pull_request.head.sha }}
minimal: true
build_type: Debug
Expand All @@ -52,7 +52,7 @@ jobs:
build-dev:
uses: ./.github/workflows/reusable_build_dev.yaml
with:
arch: x86_64
arch: aarch64
git_ref: ${{ github.event.pull_request.head.sha }}
minimal: false
build_type: Debug
Expand Down

0 comments on commit 8c6a3d5

Please sign in to comment.