Skip to content

Commit 80e4e9e

Browse files
committed
Revert "GHA limit windows build to x64"
This reverts commit 6ee1514.
1 parent d3e496d commit 80e4e9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/curl-for-win.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727

2828
jobs:
2929
win-llvm:
30-
name: 'Windows llvm (x64)'
30+
name: 'Windows llvm (arm64, x64)'
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
git clone --depth 1 https://github.com/curl/curl-for-win
4444
mv curl-for-win/* .
45-
export CW_CONFIG='-dev-zero-imap-osnotls-osnoidn-nohttp-noverbose-nocurltool-win-x64'
45+
export CW_CONFIG='-dev-zero-imap-osnotls-osnoidn-nohttp-noverbose-nocurltool-win'
4646
export CW_REVISION="${GITHUB_SHA}"
4747
. ./_versions.sh
4848
sudo podman image trust set --type reject default
@@ -58,7 +58,7 @@ jobs:
5858
run: cat urls.txt
5959
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6060
with:
61-
name: 'trurl-windows-x64'
61+
name: 'trurl-windows'
6262
retention-days: 5
6363
path: curl-*-*-*/trurl*
6464

0 commit comments

Comments
 (0)