databricks-cli/.github
Sam Gleske 5f7539379a Use tar.gz for Mac and Linux
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>
2025-02-12 20:45:39 -05:00
..
ISSUE_TEMPLATE Add GitHub issue templates (#925) 2023-10-30 11:26:01 +00:00
workflows Use tar.gz for Mac and Linux 2025-02-12 20:45:39 -05:00
CODEOWNERS Update CODEOWNERS for cmd/labs (#2295) 2025-02-04 21:20:02 +00:00
PULL_REQUEST_TEMPLATE.md Add PR template (#274) 2023-03-23 17:38:40 +01:00
dependabot.yml Configure dependabot to check for new github-actions (#2112) 2025-01-10 09:39:00 +00:00