Skip to content

Commit

Permalink
Fix action to build for both architecture (amd64 & arm/v7)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaDreyer committed Dec 12, 2023
1 parent d48ca28 commit dc1292a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Bundle nodejs files
run: zip -r nodejs-bundle packages/backend/build

- name: Set up QEMU
uses: docker/setup-qemu-action@v1

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

Expand All @@ -59,6 +62,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm/v7
push: true
tags: ${{ steps.meta.outputs.tags }}

Expand Down

0 comments on commit dc1292a

Please sign in to comment.