Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke authored and costela committed Nov 6, 2023
1 parent 8e4676e commit e6dbfef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
--amend $IMAGE_NAME-arm64 \
--amend $IMAGE_NAME-amd64
docker manifest annotate --arch amd64 $IMAGE_NAME \
docker manifest annotate --os linux --arch amd64 $IMAGE_NAME \
$IMAGE_NAME-amd64
docker manifest annotate --arch arm64 $IMAGE_NAME \
docker manifest annotate --os linux --arch arm64 $IMAGE_NAME \
$IMAGE_NAME-arm64
docker manifest inspect $IMAGE_NAME
Expand Down

0 comments on commit e6dbfef

Please sign in to comment.