From 1ebe7b01bcaf49cc83b67fa6ea756388aea7f276 Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Mon, 4 Jan 2021 16:00:31 -0500 Subject: [PATCH] Temporarily disable i686 binaries so that amd64 binaries at least will get published --- .github/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ec3680a1..01ae14f8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,10 @@ jobs: strategy: matrix: - conf: [x86_64, i686] + conf: [x86_64] +# Temporarily disable i686 binaries, they are failing on linking libdeflate +# and I don't have a Windows machine set up to experiment with fixing it. +# conf: [x86_64, i686] runs-on: windows-latest