Skip to content

Commit

Permalink
try build arm64 docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
moonheart committed Dec 31, 2023
1 parent 9a10ab8 commit d51534e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Docker meta
Expand Down Expand Up @@ -100,6 +102,7 @@ jobs:
push: true
tags: moonheartmoon/mementomori-webui:dev
context: .
platforms: linux/amd64,linux/arm64
file: ./MementoMori.WebUI/Dockerfile

publish-maui-android:
Expand Down

0 comments on commit d51534e

Please sign in to comment.