Skip to content

Commit a07a5d2

Browse files
authored
include the other env-vars too mentioned here aws/aws-lambda-go#340
1 parent ef04175 commit a07a5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- pod-babashka-go-sqlite3-{{ checksum "go.sum" }}-{{ checksum ".circleci/config.yml" }}
1717
- run:
1818
name: Build binary
19-
command: CC=/usr/bin/musl-gcc CGO_ENABLED=0 go build --ldflags '-linkmode external -extldflags "-static"' -o pod-babashka-go-sqlite3 main.go
19+
command: CC=/usr/bin/musl-gcc GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build --ldflags '-linkmode external -extldflags "-static"' -o pod-babashka-go-sqlite3 main.go
2020
- run:
2121
name: Install bb for test
2222
command: |

0 commit comments

Comments
 (0)