Skip to content

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

Open
@amzn-changml

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions