Commit Graph

5 Commits (4e8e6d7ccf8723c13fbfff46198d602814b2a06e)

Author SHA1 Message Date
TorchedSammy 1fd50197a6
build: make goflags overridable 2022-12-05 15:54:31 -04:00
TorchedSammy a9c438b4ea
chore: revert "build: change command to make bindir"
This reverts commit c565233eff.
this wasnt needed, i need to fix the bindir in the spec file
2022-12-05 15:19:17 -04:00
TorchedSammy c565233eff
build: change command to make bindir 2022-12-05 15:12:56 -04:00
TorchedSammy 0db7f96fd7
build: disable cgo in builds 2022-10-10 18:55:03 -04:00
sammy e0694c8862
build!: replace make with task (#171)
* build!: replace make with task

allows easy windows building (besides literally go build)
down the line because getting make on windows is dumb
and even if you do it probably wouldnt work as intended
on there

(i also find task more intuitive for simple things)

* ci: use task in build workflow instead of make

* style: remove whitespace errors in task file

* docs: add task in changelog

* docs: fix link to task

* docs: change message for task notice
2022-07-09 11:44:53 -04:00