Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 702 Bytes

File metadata and controls

22 lines (16 loc) · 702 Bytes

This directory contains scripts to build an OpenSUSE distribution for Rancher Desktop.

Usage

The distribution is built using docker:

make TYPE=qcow2 # For Linux/darwin hosts
make TYPE=tar.xz # For WSL hosts

To 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.

Release Process

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.