Skip to content

Commit

Permalink
✨ fix(gradle-build.yml): Remove redundant image platform argument f…
Browse files Browse the repository at this point in the history
…rom bootBuildImage task.
  • Loading branch information
vnobo committed Dec 16, 2024
1 parent 205eccb commit 0ad4839
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
- name: Log into registry ${{ env.GITHUB_REGISTRY }}
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 0ad4839

Please sign in to comment.