Skip to content

Commit

Permalink
Replace arm64v8 with arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Mert Yildiran committed Jan 17, 2022
1 parent 742d7de commit 049806a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
target:
- amd64
- arm64v8
- arm64

steps:
- name: Check out the repo
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
matrix:
target:
- amd64
- arm64v8
- arm64

steps:
- name: Checkout repository
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Create manifest
run: |
while IFS= read -r line; do
docker manifest create $line --amend $line-amd64 --amend $line-arm64v8
docker manifest create $line --amend $line-amd64 --amend $line-arm64
done <<< "${{ steps.meta.outputs.tags }}"
- name: Push manifest
Expand Down

0 comments on commit 049806a

Please sign in to comment.