Skip to content

Commit

Permalink
sst#388 fix bootstrap not always targeting linux amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
qw-in committed May 8, 2024
1 parent 188e7d5 commit 58307c0
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 58307c0

Please sign in to comment.