Skip to content

Commit

Permalink
Arm support part 2
Browse files Browse the repository at this point in the history
Forgot to save the build.yml file before the first commit :{
  • Loading branch information
Loki-101 committed Nov 2, 2024
1 parent 8247a03 commit ff6e34d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

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

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand All @@ -55,7 +58,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.TAGS }}
build-args: VERSION_TAG=${{ env.VERSION_TAG }}

0 comments on commit ff6e34d

Please sign in to comment.