File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ install:
1515# Build the project for multiple architectures
1616all :
1717 gox ${LDFLAGS} \
18- -osarch=" linux/amd64 linux/386 windows/amd64 windows/386 darwin/amd64" \
18+ -osarch=" linux/amd64 linux/386 windows/amd64 windows/386 darwin/amd64 freebsd/amd64 freebsd/386 " \
1919 -output " build/{{.OS}}/{{.Arch}}/{{.Dir}}" github.com/VirusTotal/vt-cli/vt
2020
2121# Cleans our project: deletes binaries
Original file line number Diff line number Diff line change @@ -6,4 +6,6 @@ zip -j dist/Linux32.zip build/linux/386/vt
66zip -j dist/Linux64.zip build/linux/amd64/vt
77zip -j dist/Windows32.zip build/windows/386/vt.exe
88zip -j dist/Windows64.zip build/windows/amd64/vt.exe
9+ zip -j dist/FreeBSD32.zip build/freebsd/386/vt
10+ zip -j dist/FreeBSD64.zip build/freebsd/amd64/vt
911ghr -t $GITHUB_TOKEN -u VirusTotal -replace $VERSION dist/
You can’t perform that action at this time.
0 commit comments