From e4f64aaef3cfc517cec71d0a7bc9ee9beaacff15 Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 8 Oct 2024 10:43:09 +0800 Subject: [PATCH] perf: build arm all in one --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a2fb729..156feb6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,7 @@ -name: Build +name: Build all-in-one on: push: - # Sequence of patterns matched against refs/tags tags: - v4.* @@ -38,7 +37,7 @@ jobs: with: context: ./allinone file: ./allinone/Dockerfile - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 push: true build-args: | version=${{ env.version }}-ce