File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 29
29
- {name: "ubuntu-latest", arch: "amd64"}
30
30
# TODO: the image 3.5.0-stackable24.3.0 does not have an arm64 build.
31
31
# Re-activate the arm runner when the image is updated to one that does.
32
+ # Also adjust publish_manifest step to include arm architecture
32
33
# - {name: "ubicloud-standard-8-arm", arch: "arm64"}
33
34
steps :
34
35
- name : Checkout Repository
72
73
- name : Checkout Repository
73
74
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
74
75
76
+ # TODO: remove image-architecture key once arm image is also built
75
77
- name : Publish and Sign Image Index Manifest to docker.stackable.tech
76
78
uses : stackabletech/actions/publish-index-manifest@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
77
79
with :
80
82
image-registry-password : ${{ secrets.NEXUS_PASSWORD }}
81
83
image-repository : demos/${{ env.IMAGE_NAME }}
82
84
image-index-manifest-tag : ${{ env.IMAGE_VERSION }}
85
+ image-architectures : ' ["amd64"]'
83
86
87
+ # TODO: remove image-architecture key once arm image is also built
84
88
- name : Publish and Sign Image Index Manifest to oci.stackable.tech
85
89
uses : stackabletech/actions/publish-index-manifest@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
86
90
with :
89
93
image-registry-password : ${{ secrets.HARBOR_ROBOT_STACKABLE_GITHUB_ACTION_BUILD_SECRET }}
90
94
image-repository : ${{ env.REGISTRY_PATH }}/${{ env.IMAGE_NAME }}
91
95
image-index-manifest-tag : ${{ env.IMAGE_VERSION }}
96
+ image-architectures : ' ["amd64"]'
You can’t perform that action at this time.
0 commit comments