Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed May 11, 2024
1 parent 1479e93 commit 561a66e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
required: false

env:
BUILD_ARM: "true"
BUILD_ARM: true

permissions:
contents: read
Expand All @@ -22,34 +22,34 @@ jobs:
trigger-backend:
uses: ./.github/workflows/backend.yml
with:
build_arm: ${{ github.env.BUILD_ARM }}
build_arm: true

trigger-config-preprocessor:
uses: ./.github/workflows/config-preprocessor-build.yml
with:
build_arm: ${{ github.env.BUILD_ARM }}
build_arm: true

trigger-dummy-preprocessing:
uses: ./.github/workflows/dummyPreprocessing.yml
with:
build_arm: ${{ github.env.BUILD_ARM }}
build_arm: true

trigger-ingest:
uses: ./.github/workflows/ingest.yml
with:
build_arm: ${{ github.env.BUILD_ARM }}
build_arm: true

trigger-keycloakify:
uses: ./.github/workflows/keycloakify-build.yml
with:
build_arm: ${{ github.env.BUILD_ARM }}
build_arm: true

trigger-preprocessing-nextclade:
uses: ./.github/workflows/preprocessing-nextclade.yml
with:
build_arm: ${{ github.env.BUILD_ARM }}
build_arm: true

trigger-website:
uses: ./.github/workflows/website.yml
with:
build_arm: ${{ github.env.BUILD_ARM }}
build_arm: true

0 comments on commit 561a66e

Please sign in to comment.