-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(cherry picked from commit 5c299fd) Use .env file during build (cherry picked from commit cd834b2) Build everything for arm as well chore(ci): use node version from `.nvmrc` Make a single launcher workflow to launch all arm builds trigger on push temporarily for testing f give broad permissions try again test tag branch with arm try again fionally one more one more time I hope try this The stupidest thing eve: how should I've known that github.inputs.build_arm needs to be used for workflow call and not github.event.inputs.build_arm Now nowwww Disable debug, finally!
- Loading branch information
1 parent
05cf85a
commit b8ca05d
Showing
9 changed files
with
124 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Trigger a build of all docker images including ARM images | ||
|
||
on: | ||
push: | ||
workflow_dispatch: | ||
|
||
permissions: | ||
contents: read | ||
packages: write | ||
checks: read | ||
|
||
jobs: | ||
trigger-backend: | ||
uses: ./.github/workflows/backend.yml | ||
with: | ||
build_arm: true | ||
|
||
trigger-config-preprocessor: | ||
uses: ./.github/workflows/config-preprocessor-build.yml | ||
with: | ||
build_arm: true | ||
|
||
trigger-dummy-preprocessing: | ||
uses: ./.github/workflows/dummyPreprocessing.yml | ||
with: | ||
build_arm: true | ||
|
||
trigger-ingest: | ||
uses: ./.github/workflows/ingest.yml | ||
with: | ||
build_arm: true | ||
|
||
trigger-keycloakify: | ||
uses: ./.github/workflows/keycloakify-build.yml | ||
with: | ||
build_arm: true | ||
|
||
trigger-preprocessing-nextclade: | ||
uses: ./.github/workflows/preprocessing-nextclade.yml | ||
with: | ||
build_arm: true | ||
|
||
trigger-website: | ||
uses: ./.github/workflows/website.yml | ||
with: | ||
build_arm: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v22 | ||
v22 |