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 2929 - {name: "ubuntu-latest", arch: "amd64"}
3030 # TODO: the image 3.5.0-stackable24.3.0 does not have an arm64 build.
3131 # Re-activate the arm runner when the image is updated to one that does.
32+ # Also adjust publish_manifest step to include arm architecture
3233 # - {name: "ubicloud-standard-8-arm", arch: "arm64"}
3334 steps :
3435 - name : Checkout Repository
7273 - name : Checkout Repository
7374 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7475
76+ # TODO: remove image-architecture key once arm image is also built
7577 - name : Publish and Sign Image Index Manifest to docker.stackable.tech
7678 uses : stackabletech/actions/publish-index-manifest@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
7779 with :
8082 image-registry-password : ${{ secrets.NEXUS_PASSWORD }}
8183 image-repository : demos/${{ env.IMAGE_NAME }}
8284 image-index-manifest-tag : ${{ env.IMAGE_VERSION }}
85+ image-architectures : ' ["amd64"]'
8386
87+ # TODO: remove image-architecture key once arm image is also built
8488 - name : Publish and Sign Image Index Manifest to oci.stackable.tech
8589 uses : stackabletech/actions/publish-index-manifest@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
8690 with :
8993 image-registry-password : ${{ secrets.HARBOR_ROBOT_STACKABLE_GITHUB_ACTION_BUILD_SECRET }}
9094 image-repository : ${{ env.REGISTRY_PATH }}/${{ env.IMAGE_NAME }}
9195 image-index-manifest-tag : ${{ env.IMAGE_VERSION }}
96+ image-architectures : ' ["amd64"]'
You can’t perform that action at this time.
0 commit comments