This is an automated email from the ASF dual-hosted git repository. rabreu pushed a commit to branch docker-support-linux-musl in repository https://gitbox.apache.org/repos/asf/storm-site.git
commit ae86b2acd59bee20b40faccf9afe6389434b9624 Author: Rui Abreu <[email protected]> AuthorDate: Sat Feb 21 01:56:01 2026 +0000 Adding support for linux-musl --- Gemfile.lock | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 977521876c..f6a81d4292 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,9 @@ GEM logger faraday-net_http (3.4.2) net-http (~> 0.5) - ffi (1.17.2) + ffi (1.17.2-arm64-darwin) + ffi (1.17.2-x86_64-linux-gnu) + ffi (1.17.2-x86_64-linux-musl) forwardable-extended (2.6.0) gemoji (4.1.0) github-pages (232) @@ -240,6 +242,8 @@ GEM racc (~> 1.4) nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) + nokogiri (1.19.1-x86_64-linux-musl) + racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) @@ -278,6 +282,7 @@ GEM PLATFORMS arm64-darwin-22 x86_64-linux + x86_64-linux-musl DEPENDENCIES github-pages
