Bootstrap #6
marcus-j-davies
started this conversation in
General
Replies: 1 comment
-
I will try to test it tomorrow |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@Shaquu,
I am working on Alpine support.
This involves a shell script specific to its environment - given its many differences (apt -> apk, no sudo, some package name differences, etc etc)
However, it will still be one script that users need to use.
you can prob see how this works - Currently finding the best way to detect if running Alpine.
The shell bootstrap, is not fully able to detect correctly yet, but does work when it does.
https://github.com/NRCHKB/nrchkb-ffmpeg-build/blob/Alpine-Support/build-bootstrap.sh
any actions you are building, you can still just call into the specific shell script
Beta Was this translation helpful? Give feedback.
All reactions