From c03c4de13c37b256b42bd136ffb67fa63fab6a84 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 26 Jul 2025 00:56:53 +0200 Subject: [PATCH] limit linux to x64 --- .github/workflows/curl-for-win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/curl-for-win.yml b/.github/workflows/curl-for-win.yml index a7751d45ef..b9469f3745 100644 --- a/.github/workflows/curl-for-win.yml +++ b/.github/workflows/curl-for-win.yml @@ -58,7 +58,7 @@ jobs: run: | git clone --depth 1 https://github.com/curl/curl-for-win mv curl-for-win/* . - export CW_CONFIG='-werror-linux-a64-r64-x64-musl-gcc' + export CW_CONFIG='-werror-linux-x64-musl-gcc' export CW_REVISION="${GITHUB_SHA}" DOCKER_IMAGE='debian:testing-slim' sudo podman image trust set --type reject default