This commit is contained in:
rustmailer
2025-11-21 22:34:45 +08:00
parent 7b2280f460
commit e8368a5776
+5
View File
@@ -25,6 +25,10 @@ jobs:
os: macos-latest os: macos-latest
- target: x86_64-pc-windows-msvc - target: x86_64-pc-windows-msvc
os: windows-latest os: windows-latest
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
- target: aarch64-apple-darwin
os: macos-latest
steps: steps:
- name: Checkout code - name: Checkout code
@@ -168,6 +172,7 @@ jobs:
with: with:
context: ./docker context: ./docker
push: true push: true
platforms: linux/amd64,linux/arm64
tags: | tags: |
rustmailer/bichon:${{ github.ref_name }} rustmailer/bichon:${{ github.ref_name }}
rustmailer/bichon:latest rustmailer/bichon:latest