From f774b263664a69315ab1def16a9056df004a61f4 Mon Sep 17 00:00:00 2001 From: "Nurul Huda (Apon)" Date: Sat, 14 Mar 2026 16:21:44 +0600 Subject: [PATCH] ci: add android and ios to common build targets --- .github/workflows/pkg-release.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/pkg-release.yml b/.github/workflows/pkg-release.yml index b4e6243..3664187 100644 --- a/.github/workflows/pkg-release.yml +++ b/.github/workflows/pkg-release.yml @@ -47,6 +47,18 @@ jobs: - target: aarch64-linux-musl os: ubuntu-latest rust-target: aarch64-unknown-linux-musl + - target: x86_64-windows-msvc + os: windows-latest + rust-target: x86_64-pc-windows-msvc + - target: aarch64-windows-msvc + os: windows-latest + rust-target: aarch64-pc-windows-msvc + - target: aarch64-linux-android + os: ubuntu-latest + rust-target: aarch64-linux-android + - target: aarch64-apple-ios + os: macos-latest + rust-target: aarch64-apple-ios steps: - uses: actions/checkout@v4