Skip to content

Commit 477bda3

Browse files
committed
ci: keep GOOS out of mise install
1 parent 98ad59e commit 477bda3

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.buildkite/pipeline.release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ steps:
1717
secrets:
1818
- POSTHOG_API_KEY
1919
- OAUTH_CLIENT_ID
20-
env:
21-
GOOS: "{{matrix}}"
22-
command: '.buildkite/release.sh release --clean --split'
20+
command: 'GOOS="{{matrix}}" .buildkite/release.sh release --clean --split'
2321
plugins:
2422
- *mise_plugin
2523

.buildkite/pipeline.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ steps:
3838
secrets:
3939
- POSTHOG_API_KEY
4040
- OAUTH_CLIENT_ID
41-
env:
42-
GOOS: "{{matrix}}"
43-
command: '.buildkite/release.sh release --clean --snapshot --split'
41+
command: 'GOOS="{{matrix}}" .buildkite/release.sh release --clean --snapshot --split'
4442
plugins:
4543
- *mise_plugin
4644

0 commit comments

Comments
 (0)