From 0d65c85c6395155857c00407575c63fcb35ed52f Mon Sep 17 00:00:00 2001 From: AlexBob Date: Mon, 16 Dec 2024 21:56:19 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(`gradle-build.yml`):=20Update?= =?UTF-8?q?=20Docker=20image=20platform=20support=20to=20ARM64=20in=20work?= =?UTF-8?q?flow=20configuration.?= 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 62b392b..b5d16c2 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -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'