Skip to content

Commit

Permalink
fix: ARMでもbuildが適切に走るように
Browse files Browse the repository at this point in the history
  • Loading branch information
GoRuGoo committed Dec 18, 2023
1 parent 3a620c4 commit d9d6741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/candle-backend-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class CandleBackendStack extends cdk.Stack {
'bash', '-c', [
"export GOCACHE=/tmp/go-cache",
"export GOPATH=/tmp/go-path",
"CGO_ENABLED=0 GOOS=linux go build -tags lambda.norpc -o /asset-output/bootstrap main.go",
"GOARCH=amd64 CGO_ENABLED=0 GOOS=linux go build -tags lambda.norpc -o /asset-output/bootstrap main.go",
].join(" && "),
],
},
Expand Down

0 comments on commit d9d6741

Please sign in to comment.