Unnamed repository; edit this file 'description' to name the repository.
Build i686-pc-windows-msvc binaries
Laurențiu Nicola 2023-02-11
parent b7836e4 · commit 87d6107
-rw-r--r--.github/workflows/release.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index b070dd3406..48f4c6b55e 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -29,6 +29,9 @@ jobs:
target: x86_64-pc-windows-msvc
code-target: win32-x64
- os: windows-latest
+ target: i686-pc-windows-msvc
+ code-target: win32-ia32
+ - os: windows-latest
target: aarch64-pc-windows-msvc
code-target: win32-arm64
- os: ubuntu-20.04
@@ -232,6 +235,10 @@ jobs:
path: dist
- uses: actions/download-artifact@v1
with:
+ name: dist-i686-pc-windows-msvc
+ path: dist
+ - uses: actions/download-artifact@v1
+ with:
name: dist-aarch64-pc-windows-msvc
path: dist
- run: ls -al ./dist