Add support for NetBSD (#916)

This commit is contained in:
c0repwn3r
2023-07-27 14:44:47 -04:00
committed by GitHub
parent 9c6592b159
commit 03e70210a5
4 changed files with 205 additions and 1 deletions

View File

@@ -54,7 +54,8 @@ ALL = $(ALL_LINUX) \
darwin-amd64 \
darwin-arm64 \
windows-amd64 \
windows-arm64
windows-arm64 \
netbsd-amd64
e2e:
$(TEST_ENV) go test -tags=e2e_testing -count=1 $(TEST_FLAGS) ./e2e