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

publish MacOS binaries #72

Closed
hboutemy opened this issue Jun 24, 2021 · 2 comments
Closed

publish MacOS binaries #72

hboutemy opened this issue Jun 24, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@hboutemy
Copy link

Thanks for creating an issue! Please fill out this form so we can be
sure to have all the information we need, and to minimize back and forth.

  • What are you trying to do?
    I'm trying to run ahab on my Mac

  • What feature or behavior is this required for?
    I'm extracting package list from a Docker container, but it's easier to avoid installing ahab inside the container by running it directly from the host OS (a Mac in my case):
    docker run --rm my-docker-image dpkg-query --show --showformat='${Package} ${Version}\n' | ahab --package-manager dpkg

  • How could we solve this issue? (Not knowing is okay!)
    I tested by building ahab myself, it works
    now it's just about providing a binary to users instead of letting them build ahab

  • Anything else?

cc @bhamail / @DarthHater / @ken-duck

@bhamail
Copy link
Contributor

bhamail commented Jun 24, 2021

Should be fixed by: 384fcae

Please holler if not (publishing now).

@bhamail bhamail closed this as completed Jun 24, 2021
@hboutemy hboutemy added the enhancement New feature or request label Jun 25, 2021
@hboutemy
Copy link
Author

it works as expected: it's nice to have a pre-built binary that displays Ahab version: 0.2.7

thank you @bhamail

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

2 participants