Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion tools/hack/golang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ in the new repository. Also run

to verify your scripts work.

### Software required for build

On Fedora:
```
dnf install -y golang git gcc rpm-build make docker createrepo
```

### Run a build

Creates appropriate binaries in `_output/local/bin/<GOOS>/<GOARCH>`:
Expand All @@ -46,4 +53,4 @@ $ make build-rpms

```
$ make build-images
```
```