Skip to content

Commit

Permalink
build(arch): provide image also for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Sep 27, 2023
1 parent 6cda266 commit 10caeae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
- name: Build Application
run: yarn build

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

- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
Expand All @@ -76,6 +79,7 @@ jobs:
with:
context: .
file: .conf/Dockerfile
platforms: linux/amd64, linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 10caeae

Please sign in to comment.