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

Github actions package system needs to support existing docker build scripts #224

Open
amzn-changml opened this issue Oct 10, 2023 · 0 comments
Assignees

Comments

@amzn-changml
Copy link
Contributor

Some of the existing package build scripts being called by pull_and_build_from_git.py include Docker build and execute commands, which cause a nested docker scenario with the existing qemu docker used by the imported action uraimo/run-on-arch-action

We'll need to detect the presence of a Dockerfile in the packaged directory, then utilize that for the aarch64 build by starting up qemu, then using the standard build command. Eventually, if Github Actions is able to use a native aarch64 node, then this will become unnecessary.

@amzn-changml amzn-changml self-assigned this Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant