We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab505a commit d52eac7Copy full SHA for d52eac7
.github/workflows/build_and_manifest.yml
@@ -24,6 +24,8 @@ jobs:
24
name: Build and push image of ${{ inputs.app }} over $${{ inputs.framework }} and ${{ inputs.monitor }} for amd64
25
uses: ./.github/workflows/build_images.yml
26
with:
27
+ app: ${{ inputs.app }}
28
+ framework: ${{ inputs.framework }}
29
monitor: ${{ inputs.monitor }}
30
runner: "ubuntu-22.04"
31
arch: "amd64"
@@ -32,6 +34,8 @@ jobs:
32
34
name: Build and push image of ${{ inputs.app }} over $${{ inputs.framework }} and ${{ inputs.monitor }} for arm64
33
35
36
37
38
39
40
runner: "ubuntu-22.04-arm"
41
arch: "arm64"
0 commit comments