Skip to content

Commit

Permalink
✨ feat(gradle-build.yml): Update Docker image platform support to A…
Browse files Browse the repository at this point in the history
…RM64 in workflow configuration.
  • Loading branch information
vnobo committed Dec 16, 2024
1 parent 7fcb425 commit 0d65c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Execute Gradle platform bootBuildImage
run: |
chmod +x ./gradlew
./gradlew bootBuildImage --imagePlatform=linux-arm64
./gradlew bootBuildImage --imagePlatform=linux/arm64
- name: Log into registry ${{ env.GITHUB_REGISTRY }}
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 0d65c85

Please sign in to comment.