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

Update build instructions for OSX #342

Open
joshdentremont opened this issue Jul 11, 2024 · 1 comment
Open

Update build instructions for OSX #342

joshdentremont opened this issue Jul 11, 2024 · 1 comment

Comments

@joshdentremont
Copy link
Collaborator

Some of the instructions in the READMEs don't work on OSX. It would be nice if we could update them so they work for both OSX and Linux, or add new OSX instructions.

For example, I don't have wget on my machine, so when I want to generate a new SHA to update the version of something included in an image I need to modify the commands in the README. Instead of running wget --quiet "${URL}" I can run curl "${URL}" -o "${FILE}" which should work on Linux and OSX.

make bake also doesn't work for me, but docker buildx bake does.

I suspect there might be more, so it would be helpful to go through and test on OSX and Linux to make sure everything works as intended and update the docs accordingly.

@nigelgbanks
Copy link
Contributor

https://github.com/Islandora-Devops/isle-buildkit?tab=readme-ov-file#requirements

The README specifies the need for using brew on OSX to install the GNU version of make, I think this brings wget in as well, though I'm not 100% sure. I'll merge a pull to update the README to change wget for curl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants