channable / channable/vaultenv
Missing binary for Intel-based MacOS
- Dominant language
- Haskell
- Stars
- 466
- Forks
- 29
- Avg merge
- 26m
- Merged PRs (30d)
- 1
Description
I tested both available binaries but non of them had been working
```bash
$ ./vaultenv-0.19.0-darwin
zsh: bad CPU type in executable: ./vaultenv-0.19.0-darwin
$ ./vaultenv-0.19.0-linux-musl
zsh: exec format error: ./vaultenv-0.19.0-linux-musl
```
When I tried to build binary locally, everything worked:
```bash
$ .stack-work/install/x86_64-osx-nix/.../9.6.4/bin/vaultenv --version
0.19.0
```
Is it possible to build also `x86_64-osx` compatible binary, please?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the build and release configuration that produces vaultenv-0.19.0-darwin and vaultenv-0.19.0-linux-musl, then compare it with the working .stack-work/install/x86_64-osx-nix/.../9.6.4/bin/vaultenv build. Done means a distributable x86_64-osx binary is produced and runs on an Intel-based Mac.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- build-system, release
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100