Skip to content

Commit

Permalink
fix bootstrap not always targeting linux amd64 (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
qw-in committed May 14, 2024
1 parent 2b4846e commit f7723c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project_name: sst
before:
hooks:
- go mod tidy
- go build -o ./pkg/platform/dist/bridge/bootstrap ./pkg/platform/bridge
- bash -c 'GOARCH=amd64 GOOS=linux go build -o ./pkg/platform/dist/bridge/bootstrap ./pkg/platform/bridge'
- bash -c 'cd ./pkg/platform && ./scripts/build-functions'
- go test ./cmd/... ./pkg/...
builds:
Expand Down

0 comments on commit f7723c1

Please sign in to comment.