From 431afc95b457258a235c94338ed5c850aba30f28 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Mon, 25 Mar 2024 22:37:44 +0100 Subject: [PATCH] ci: fix release workflow --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 11c980b9f..84c5ec934 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: - build: linux os: ubuntu-latest rust: stable - args: "--features=openssl-static" + args: "--features=openssl-static --target=x86_64-unknown-linux-gnu" - build: macos os: macos-latest