From 81f65735d672d6a2fbfb1b4322b3c19e896003c3 Mon Sep 17 00:00:00 2001 From: AlexBob Date: Mon, 23 Dec 2024 16:33:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20refactor(`.github/workflows/grad?= =?UTF-8?q?le-build.yml`):=20Simplify=20Gradle=20build=20command=20and=20s?= =?UTF-8?q?treamline=20image=20building=20process.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 70542992..463281d8 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