diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 7054299..463281d 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -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