Skip to content

Commit

Permalink
remove arm from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
paul1r committed Feb 3, 2025
1 parent 3343d0a commit 990bff9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -566,13 +566,11 @@
# Unfortunately there is no better way atm than having a separate named output for each digest
echo 'linux/arm64 ${{ needs.lambda-promtail-image.outputs.image_digest_linux_amd64 }}'
echo 'linux/amd64 ${{ needs.lambda-promtail-image.outputs.image_digest_linux_arm64 }}'
echo 'linux/arm ${{ needs.lambda-promtail-image.outputs.image_digest_linux_arm }}'
IMAGE=${{ needs.lambda-promtail-image.outputs.image_name }}:${{ needs.lambda-promtail-image.outputs.image_tag }}
echo "Create multi-arch manifest for $IMAGE"
docker buildx imagetools create -t $IMAGE \
${{ needs.lambda-promtail-image.outputs.image_name }}@${{ needs.lambda-promtail-image.outputs.image_digest_linux_amd64 }} \
${{ needs.lambda-promtail-image.outputs.image_name }}@${{ needs.lambda-promtail-image.outputs.image_digest_linux_arm64 }} \
${{ needs.lambda-promtail-image.outputs.image_name }}@${{ needs.lambda-promtail-image.outputs.image_digest_linux_arm }}
docker buildx imagetools inspect $IMAGE
"name": "Publish images"
"on":
Expand Down

0 comments on commit 990bff9

Please sign in to comment.