-
Notifications
You must be signed in to change notification settings - Fork 2
45 lines (44 loc) · 1.15 KB
/
build-arm-images.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Trigger a build of all docker images including ARM images
on:
workflow_dispatch:
permissions:
contents: read
packages: write
checks: read
jobs:
trigger-backend:
uses: ./.github/workflows/backend-image.yml
with:
build_arm: true
trigger-config-preprocessor:
uses: ./.github/workflows/config-preprocessor-image.yml
with:
build_arm: true
trigger-dummy-preprocessing:
uses: ./.github/workflows/preprocessing-dummy-image.yml
with:
build_arm: true
trigger-ingest:
uses: ./.github/workflows/ingest-image.yml
with:
build_arm: true
trigger-ena-submission:
uses: ./.github/workflows/ena-submission-image.yaml
with:
build_arm: true
trigger-ena-submission-flyway:
uses: ./.github/workflows/ena-submission-flyway-image.yaml
with:
build_arm: true
trigger-keycloakify:
uses: ./.github/workflows/keycloakify-image.yml
with:
build_arm: true
trigger-preprocessing-nextclade:
uses: ./.github/workflows/preprocessing-nextclade-image.yml
with:
build_arm: true
trigger-website:
uses: ./.github/workflows/website-image.yml
with:
build_arm: true