Skip to content

Commit

Permalink
Remove all statically linked linux binaries
Browse files Browse the repository at this point in the history
Assuming none of these are required for CI or most local integration tests
  • Loading branch information
eps1lon committed Jul 2, 2024
1 parent b76845b commit 188f769
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 188f769

Please sign in to comment.