Skip to content

Commit

Permalink
🔧 refactor(.github/workflows/gradle-build.yml): Simplify Gradle bui…
Browse files Browse the repository at this point in the history
…ld command and streamline image building process.
  • Loading branch information
vnobo committed Dec 23, 2024
1 parent 5bc3ed3 commit 81f6573
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 @@ -60,7 +60,7 @@ jobs:
#linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
run: |
chmod +x ./gradlew
./gradlew gradle build --scan
./gradlew build --scan
./gradlew bootBuildImage --imagePlatform=linux/amd64 --network=host --publishImage
./gradlew bootBuildImage --imagePlatform=linux/arm64 --network=host --publishImage
- name: Inspect
Expand Down

0 comments on commit 81f6573

Please sign in to comment.