started creating rapid attack command
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
for OS in "linux" "darwin"; do
|
||||
for ARCH in "386" "amd64"; do
|
||||
for ARCH in "amd64"; do
|
||||
GOOS=$OS CGO_ENABLED=0 GOARCH=$ARCH go build -o vegeta
|
||||
REV=$(git rev-parse HEAD)
|
||||
ARCHIVE=vegeta-$OS-$ARCH-${REV:0:7}.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user