Skip to content

Commit

Permalink
build arm64 images (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Co <alex.tuan@mindvalley.com>
  • Loading branch information
onimsha authored Mar 26, 2024
1 parent f33eff0 commit d78181d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
cache-repository: us-docker.pkg.dev/${{ env.GarProjectID }}/${{ env.GarCacheRepo }}/${{ env.GarImageName }}
labels: ${{ steps.metadata.outputs.labels }}
kaniko-args: |
--custom-platform=linux/arm64
--snapshot-mode=redo
--cache-ttl=730h
tags: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
cache-repository: us-docker.pkg.dev/${{ env.GarProjectID }}/${{ env.GarCacheRepo }}/${{ env.GarImageName }}
labels: ${{ steps.metadata.outputs.labels }}
kaniko-args: |
--custom-platform=linux/arm64
--snapshot-mode=redo
--cache-ttl=730h
tags: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gar-build-push-web-container-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
cache-repository: us-docker.pkg.dev/${{ env.GarProjectID }}/${{ env.GarCacheRepo }}/${{ env.GarImageName }}
labels: ${{ steps.metadata.outputs.labels }}
kaniko-args: |
--custom-platform=linux/arm64
--snapshot-mode=redo
--cache-ttl=730h
tags: |
Expand Down

0 comments on commit d78181d

Please sign in to comment.