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