Skip to content

Commit

Permalink
feat: add arm64 build support
Browse files Browse the repository at this point in the history
  • Loading branch information
texano00 committed Jul 18, 2024
1 parent 650e220 commit 09833e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI_CD_App.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
- name: Build and Push Image
uses: docker/build-push-action@v6
with:
context: app
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.metadata.outputs.version }}
platforms: linux/amd64,linux/arm64/v8,linux/arm/v6,linux/arm/v7
push: true
Expand Down

0 comments on commit 09833e2

Please sign in to comment.