mirror of https://github.com/databricks/cli.git
Changes ------- Changes GitHub releases to handle Mac and Linux binaries slightly differently than Windows. | Operating System | Archive Format | | ---------------- | -------------- | | Mac OS | `tar.gz` | | Linux | `tar.gz` | | Windows | `zip` | Tests ----- I tested with the following commands. ```bash $ goreleaser release --snapshot $ ls -1 dist/*.{zip,tar.gz} dist/databricks_cli_darwin_amd64.tar.gz dist/databricks_cli_darwin_arm64.tar.gz dist/databricks_cli_linux_amd64.tar.gz dist/databricks_cli_linux_arm64.tar.gz dist/databricks_cli_windows_amd64.zip dist/databricks_cli_windows_arm64.zip ``` Related issues -------------- Closes #1296 Co-authored-by: Sam Gleske <sgleske@integralads.com> |
||
---|---|---|
.. | ||
ISSUE_TEMPLATE | ||
workflows | ||
CODEOWNERS | ||
PULL_REQUEST_TEMPLATE.md | ||
dependabot.yml |