matthiasblaesing commented on PR #6328:
URL: https://github.com/apache/netbeans/pull/6328#issuecomment-1675951865

   I suspect that the architecture and OS check is in place to only offer unix 
domain sockets on systems where junixsocket can work. If this is agreed on, I 
suggest to update `DockerSupport#isSocketSupported` to read:
   
   ```java
       public boolean isSocketSupported() {
           return AFUNIXSocket.isSupported();
       }
   ```
   
   Then all supported architectures will get this (Windows, Linux, mac OS, the 
various BSDs on aarch64, amd64, arm, ppc64, riscv64).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to