Skip to content

Commit

Permalink
Add ARM support
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Sep 14, 2024
1 parent 59ef884 commit 29adc52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: write-all

jobs:
mikbot:
uses: mikbot/mikbot-workflow/.github/workflows/mikbot-workflow.yml@v1.5.6
uses: mikbot/mikbot-workflow/.github/workflows/mikbot-workflow.yml@v1.6.0
with:
run-maven-publish: true
update-binary-repository: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:22-jre-alpine
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:22-jre-alpine

WORKDIR /usr/app
COPY runtime/build/install/mikmusic ./
Expand Down

0 comments on commit 29adc52

Please sign in to comment.