From a1cb5b41bde1ec7a7a35c06cecb200a9b92b168c Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Fri, 5 Feb 2021 10:42:37 -0700 Subject: [PATCH] Remove i686 for linux musl --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6db24e..985bab3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,13 +28,6 @@ jobs: binary: 'taskwarrior-tui-x86_64-unknown-linux-musl' upx_args: --best --lzma strip: true - - os: ubuntu-latest - target: i686-unknown-linux-musl - rust_flags: '' - features: '' - binary_postfix: '' - upx_args: --best --lzma - strip: true - os: windows-latest target: x86_64-pc-windows-gnu rust_flags: -C target-feature=+crt-static