mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-12 19:07:38 +00:00
Create/update additional makefiles for building maiko for WSL1. Update buildRelease workflow and assicated Dockerfile to build the WSL1 variants along wih standard linux variants.
This commit is contained in:
@@ -9,9 +9,6 @@ case "$os" in
|
||||
alpha-dec-osf1) echo osf1 ;;
|
||||
*-apple-darwin*) echo darwin ;;
|
||||
*-*-linux*)
|
||||
echo d"${WSL_DISTRO_NAME}"d
|
||||
echo i"${WSL_INTEROP}"i
|
||||
|
||||
if [ -n "${WSL_DISTRO_NAME}" ] && [ -z "${WSL_INTEROP}" ];
|
||||
then echo wsl1; else echo linux; fi ;;
|
||||
*-*-openbsd*) echo openbsd ;;
|
||||
|
||||
Reference in New Issue
Block a user