-
Notifications
You must be signed in to change notification settings - Fork 0
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
baseos docker image build workflow #15
Comments
Testing the baseos image by trying to generate a known working upstream (e.g. elm-fates) image build process would require building the elm-fates using the For a pull request, it might be useful to load the image to a local registry instead of pushing to the official dockerhub registry. See here: https://docs.docker.com/build/ci/github-actions/local-registry/. As such, the build would only be pushed if it passed tests and was merged to |
Using the official docker platform emulation via github works and doesn't seem to struggle with #12 currently. The build does take a long time, which is not unexpected given emulation + building multiple packages from source, so it would be good to figure out how to leverage existing build layers to reduce future update build times.
|
Moving testing tasks to a new issue to be addressed via a different pull request: #19 |
Tasks
The text was updated successfully, but these errors were encountered: