add alpine docker to build mscp as a single binary

The build recipe in docker/alpine-3.17.Dockerfile uses conan to
build mscp as a single binary (with statically linked musl).

Now the mscp binary is portable!
This commit is contained in:
Ryo Nakamura
2023-03-10 00:37:06 +09:00
parent c39ab7ce62
commit 34a0e0c891
3 changed files with 39 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ jobs:
${{github.workspace}}/build/mscp_${{env.VERSION}}-ubuntu-22.04-x86_64.deb
${{github.workspace}}/build/mscp_${{env.VERSION}}-centos-8-x86_64.rpm
${{github.workspace}}/build/mscp_${{env.VERSION}}-rocky-8.6-x86_64.rpm
${{github.workspace}}/build/mscp_${{env.VERSION}}-apline-3.17-x86_64.static
source-release:
runs-on: ubuntu-latest