Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add skip_decompress to target definition in YAML, and avoid decompression if true #1

Open
jondot opened this issue Dec 13, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jondot
Copy link
Member

jondot commented Dec 13, 2022

example (notice the win32 link):

targets:
    - platform: win32
      arch: x64
      url_template: https://github.com/lycheeverse/lychee/releases/download/v0.10.3/lychee-v0.10.3-windows-x86_64.exe
    - platform: linux
      arch: x64
      url_template: https://github.com/lycheeverse/lychee/releases/download/v0.10.3/lychee-v0.10.3-x86_64-unknown-linux-gnu.tar.gz
    # - platform: darwin
    #   arch: x64
    #   url_template: https://github.com/lycheeverse/lychee/releases/download/v0.10.3/lychee-v0.10.3-macos-x86_64.dmg
    - platform: darwin
      arch: x64
      url_template: https://github.com/lycheeverse/lychee/releases/download/v0.10.3/lychee-v0.10.3-aarch64-unknown-linux-gnu.tar.gz

Auto-detecting if decompress needed is also OK.

@jondot jondot added the enhancement New feature or request label Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant