Skip to content

Commit

Permalink
Merge pull request #25 from Kagameow/feature/arm-build-added
Browse files Browse the repository at this point in the history
Feature/arm build added
  • Loading branch information
Kagameow authored Mar 26, 2024
2 parents 52b2737 + 98c1339 commit ade38c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: linux/amd64, linux/arm64

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -60,6 +62,7 @@ jobs:
push: true
tags: ${{ env.DOCKER_IMAGES }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64, linux/arm64

- name: Install dependencies
run: |
Expand Down

0 comments on commit ade38c3

Please sign in to comment.