Skip to content

Commit

Permalink
Try compiling linux binaries statically with musl
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chambers committed Mar 18, 2024
1 parent 8c9776f commit da8dbc4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- test-ci/**
tags:
- 'v*'

Expand Down Expand Up @@ -94,10 +95,11 @@ jobs:
matrix:
include:
- runner: ubuntu-latest
target: x86_64-unknown-linux-gnu
target: x86_64-unknown-linux-musl
linux-packages: musl-tools
- runner: ubuntu-latest
target: aarch64-unknown-linux-gnu
linux-packages: gcc-aarch64-linux-gnu
target: aarch64-unknown-linux-musl
linux-packages: gcc-aarch64-linux-gnu musl-tools
linker: /usr/bin/aarch64-linux-gnu-gcc
- runner: macos-latest
target: x86_64-apple-darwin
Expand Down

0 comments on commit da8dbc4

Please sign in to comment.