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.
Push a tag of the form v* (or test-v* for testing if testing in a fork is
not possible), and the release workflow will
create a draft release with the artifacts.