6 Commits

Author SHA1 Message Date
Chris Roberts
8e50b801cd Add a force-test target to disable caching 2023-06-12 09:33:00 -07:00
Chris Roberts
09b1ebd7e1 Update Makefile output location and update targets
Write vagrant-go binaries into the ./bin directory. Add targets for
platforms and specific architectures.
2023-05-17 14:37:46 -07:00
Chris Roberts
db31578438 Add 32 bit build target for linux 2022-08-03 10:41:33 -07:00
Paul Hinze
80ba98cefb
Add debug target to Makefile
The default target gets a `-gcflags=""` arg added, but that should be
neutral.
2022-04-25 12:26:47 -05:00
Chris Roberts
16931138e7
Update git submodule location
Having the modules stored in `./vendor` causes issues with `go mod`.
    Follow waypoint's convention to store in `./thirdparty` and grab
    the same Makefile modifications to alert when the submodules need
    to be initialized. Update generators to use new path.
2022-04-25 12:26:25 -05:00
sophia
c3ee750db1
Add gogo 2022-04-25 12:23:57 -05:00