Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

release-0.4.0

Choose a tag to compare

@skx skx released this 15 May 06:33
· 137 commits to master since this release

release-0.4.0

All being well this release will contain binary artifacts for:

  • Linux
  • FreeBSD
  • MacOS

Binaries for Windows have been dropped due to a build-issue:

Building for windows [amd64] -> sysbox-windows-amd64.exe
# golang.org/x/crypto/ssh/terminal
/home/skx/go/pkg/mod/golang.org/x/[email protected]/ssh/terminal/util_windows.go:97:61: multiple-value "golang.org/x/sys/windows".GetCurrentProcess() in single-value context

Building for windows [386] -> sysbox-windows-i386.exe
# golang.org/x/crypto/ssh/terminal
/home/skx/go/pkg/mod/golang.org/x/[email protected]/ssh/terminal/util_windows.go:97:61: multiple-value "golang.org/x/sys/windows".GetCurrentProcess() in single-value context

This will need investigation in the future.