diff options
| author | Jeff Carr <[email protected]> | 2025-10-14 10:46:26 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-14 10:46:26 -0500 |
| commit | 87cb75966a79788f7c6192c0397b92c09114b104 (patch) | |
| tree | a6888c955c107166ebfc90fc3f6ec60ac1b7b34f /argv.go | |
| parent | baebea24dd4c7bbbbef2b1aaa7c230e43cacf4e4 (diff) | |
riscv64 builds should workv0.22.164
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ type args struct { Ldflags []string `arg:"--ldflags" help:"flags to pass to go build"` OutDir string `arg:"--dir" help:"write .deb file into this directory"` Namespace string `arg:"--namespace" help:"the namespace of the repo"` + Arch string `arg:"--arch" help:"what arch"` KeepFiles bool `arg:"--keep-files" help:"keep the build files/"` Release bool `arg:"--release" help:"build version from the @latest git tag"` Force bool `arg:"--force" default:"false" help:"force overwrite an existing .deb file"` |
