From e0590133435b76df89f81b18990c0f58a6e1b90c Mon Sep 17 00:00:00 2001 From: dialogflowchatbot Date: Tue, 9 Jul 2024 17:01:06 +0800 Subject: [PATCH] Try to build Linux-MUSL binary --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a22479..d310c51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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