Skip to content

Commit f03b70e

Browse files
committed
docs: fix cmd to build bootstrap binary
1 parent b23238c commit f03b70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ git clone https://github.com/cruxstack/aws-backup-integration-slack-go.git
2828
cd aws-backup-integration-slack-go
2929

3030
# build static Linux binary for lambda
31-
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o bootstrap
31+
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -C cmd/lambda -o ../../bootstrap
3232

3333
# package
3434
zip deployment.zip bootstrap

0 commit comments

Comments
 (0)