This directory contains scripts to build an OpenSUSE distribution for Rancher Desktop.
The distribution is built using docker:
make TYPE=qcow2 # For Linux/darwin hosts
make TYPE=tar.xz # For WSL hostsTo cross-compile for a non-native architecture, set GOARCH to the target
architecture as used by the [go toolchain]. This requires your docker daemon to
be able to emulate that architecture.