From 188f76947389a27e9bcff8ebf9079433679256a7 Mon Sep 17 00:00:00 2001 From: eps1lon Date: Tue, 2 Jul 2024 14:49:24 +0200 Subject: [PATCH] Remove all statically linked linux binaries Assuming none of these are required for CI or most local integration tests --- .github/workflows/build_and_deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index dcc77bab451c9..0dfdac1496b7b 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -114,6 +114,8 @@ jobs: target: ${{ needs.deploy-target.outputs.value == 'automated-preview' && 'x86_64-pc-windows-msvc' }} - settings: target: ${{ needs.deploy-target.outputs.value == 'automated-preview' && 'aarch64-unknown-linux-musl' }} + - settings: + target: ${{ needs.deploy-target.outputs.value == 'automated-preview' && 'x86_64-unknown-linux-musl' }} settings: - host: - 'self-hosted'