Skip to content

Commit

Permalink
[Core] Add support for Alpine Linux runtime environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Linwenxuan authored Feb 6, 2024
2 parents 071825f + a95794f commit d643fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Lagrange.OneBot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
runtimeIdentifier: [ win-x64, win-x86, linux-x64, linux-arm, linux-arm64, osx-x64, osx-arm64 ]
runtimeIdentifier: [ win-x64, win-x86, linux-x64, linux-arm, linux-arm64, osx-x64, osx-arm64, linux-musl-x64, linux-musl-arm64 ]

steps:
- name: Checkout repo
Expand Down

0 comments on commit d643fe2

Please sign in to comment.