Skip to content

Commit

Permalink
added buildx for arm based architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
SushilSubedi committed May 15, 2024
1 parent 6b1bd6c commit 16e930d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-production-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
with:
images: ${{ env.SERVER_IMAGE_NAME }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push Docker image
uses: docker/build-push-action@v5
id: build
Expand Down

0 comments on commit 16e930d

Please sign in to comment.