Skip to content

Commit

Permalink
Add docker/setup-qemu-action
Browse files Browse the repository at this point in the history
  • Loading branch information
nigeleke committed Dec 20, 2024
1 parent c7d56ce commit 50960cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
**/target
**/dist
LICENSES
LICENSE
temp
README.md
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- uses: docker/setup-qemu-action@v3

- uses: docker/setup-buildx-action@v3
with:
platforms: linux/arm64,linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nigeleke/docker-dioxus-cli as builder
FROM nigeleke/docker-dioxus-cli AS builder
WORKDIR /usr/src/app
COPY .. .
RUN dx bundle
Expand Down

0 comments on commit 50960cc

Please sign in to comment.