lib

package
v0.0.109 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultSpecs = []*Spec{
	{Arch: "amd64", OS: "darwin"},
	{Arch: "arm64", OS: "darwin"},
	{Arch: "amd64", OS: "linux"},
	{Arch: "arm64", OS: "linux"},
}

Functions

This section is empty.

Types

type BuildReleaseResult

type BuildReleaseResult struct {
	Tag   string
	Files []string
}

func BuildRelease

func BuildRelease(specs []*Spec) (*BuildReleaseResult, error)

type Spec

type Spec struct {
	Arch string
	OS   string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL