From e8368a577657308a8e93297d0b7c5cc3efaf1bce Mon Sep 17 00:00:00 2001 From: rustmailer Date: Fri, 21 Nov 2025 22:34:31 +0800 Subject: [PATCH] update --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83e2740..5375ab1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,10 @@ jobs: os: macos-latest - target: x86_64-pc-windows-msvc os: windows-latest + - target: aarch64-unknown-linux-gnu + os: ubuntu-latest + - target: aarch64-apple-darwin + os: macos-latest steps: - name: Checkout code @@ -168,6 +172,7 @@ jobs: with: context: ./docker push: true + platforms: linux/amd64,linux/arm64 tags: | rustmailer/bichon:${{ github.ref_name }} rustmailer/bichon:latest