This is an automated email from the ASF dual-hosted git repository.

rabreu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/storm-site.git


The following commit(s) were added to refs/heads/main by this push:
     new dadb28fb72 Docker: adding support for linux-musl (#68)
dadb28fb72 is described below

commit dadb28fb72db9d036e93d46627f4cfe0cffe1592
Author: reiabreu <[email protected]>
AuthorDate: Sat Feb 21 01:58:09 2026 +0000

    Docker: adding support for linux-musl (#68)
---
 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

Reply via email to