Skip to content

Commit 52a32ed

Browse files
authored
Merge pull request #56 from databendcloud/fix/more-release-target
fix: add more release target
2 parents d3bdb09 + 7e0502e commit 52a32ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
strategy:
1616
matrix:
17-
TARGETS: [ linux/amd64 ]
17+
TARGETS: [ linux/amd64, darwin/amd64, windows/amd64, linux/arm64, darwin/arm64 ]
1818
env:
1919
GO_BUILD_ENV: GO111MODULE=on CGO_ENABLED=1
2020
DIST_DIRS: find * -type d -exec

0 commit comments

Comments
 (0)