Skip to content

Commit

Permalink
Try to build Linux-MUSL binary
Browse files Browse the repository at this point in the history
  • Loading branch information
dialogflowchatbot committed Jul 9, 2024
1 parent 3459220 commit e059013
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
# bin: dialogflow
# name: dialogflow-FreeBSD-x86_64.tar.gz
# skip_tests: true
# - os_name: Linux-x86_64
# os: ubuntu-20.04
# target: x86_64-unknown-linux-musl
# bin: dialogflow
# name: dialogflow-Linux-x86_64-musl.tar.gz
# skip_tests: true
- os_name: Linux-x86_64
os: ubuntu-20.04
target: x86_64-unknown-linux-musl
bin: dialogflow
name: dialogflow-Linux-x86_64-musl.tar.gz
skip_tests: true
# - os_name: Linux-aarch64
# os: ubuntu-20.04
# target: aarch64-unknown-linux-musl
Expand Down

0 comments on commit e059013

Please sign in to comment.