1
Fork 0
Commit Graph

22 Commits (main)

Author SHA1 Message Date
Motiejus Jakštys d3efb410d0 make: fix clean target 2022-08-29 18:02:22 +03:00
Motiejus Jakštys 0ff72b99d9 remove unnecessary support for prebuilt binaries
the users will know how to build the binaries themselves.
2021-09-29 14:30:18 +03:00
Motiejus Jakštys ec61d24fd4 [nit] Makefile style 2021-09-06 09:01:05 +03:00
Motiejus Jakštys 8c00e74df9 Update release script
- fix paths of sha256sum
- check for old artifacts before doing the release
2021-09-01 09:38:13 +03:00
Motiejus Jakštys cca579d218 update Makefile and default target
Adds a `sha256sum-$(VSN).txt`. For easier CI.
2021-08-29 18:23:49 +03:00
Motiejus Jakštys 71aab65b75 version sha256sum files 2021-08-29 07:49:32 +03:00
Motiejus Jakštys 984752b812 remove unused archs
I am not using nor need arm64 and windows. Removing these from the
Makefile. If you see this message and feel like they should be added
back (or different archs), ping me.
2021-08-25 08:57:10 +03:00
Motiejus Jakštys 6f40bc91be simplify linter 2021-08-24 17:23:31 +03:00
Motiejus Jakštys 5d4d6410da remove windows/arm64
not available on go 1.16
2021-08-24 14:50:30 +03:00
Motiejus Jakštys d3dc675d07 add file which helps releases 2021-08-24 14:13:40 +03:00
Motiejus Jakštys 6dd7678e64 add version info to the binary 2021-08-24 07:03:49 +03:00
Motiejus Jakštys be668f21e8 tag version 2021-08-24 06:47:38 +03:00
Motiejus Jakštys ef583c159f sha256sum 2021-08-23 16:42:57 +03:00
Motiejus Jakštys a000e0c482 simpler generator 2021-08-23 16:32:05 +03:00
Motiejus Jakštys 6902590e82 add more targets 2021-08-23 16:29:41 +03:00
Motiejus Jakštys 8d298610f2 add `all` target 2021-06-01 19:54:55 +03:00
Motiejus Jakštys 1d58548136 lint is a composite target 2021-06-01 19:47:45 +03:00
Motiejus Jakštys b138e2b1f8 go vet comes first, it's faster. 2021-06-01 09:10:10 +03:00
Motiejus Jakštys 719919b3d8 gopath fixes 2021-06-01 09:07:32 +03:00
Motiejus Jakštys 3d6f45f81c lint 2021-06-01 09:00:27 +03:00
Motiejus Jakštys 86b7c30680 add `undocker` target 2021-06-01 08:49:39 +03:00
Motiejus Jakštys ff11d83ab0 add coverage.html 2021-06-01 08:42:56 +03:00