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> |
||
---|---|---|
.. | ||
close-stale-issues.yml | ||
external-message.yml | ||
integration-approve.yml | ||
integration-main.yml | ||
integration-pr.yml | ||
publish-winget.yml | ||
push.yml | ||
release-snapshot.yml | ||
release.yml |