-
Notifications
You must be signed in to change notification settings - Fork 155
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
Volume is not mounted #79
Comments
The issue seems to still be present. Any of my matrices fail on the same spot. I also tried using the github.workspace variable:
resulting in:
Is there an usage error on our side? |
I've never had this problem in any of my projects. |
Weird, yeah I can't figure out what I'm doing wrong. Current workflow: https://github.com/dionysius/pyznap-deb/blob/gha_xcompile_archaction/.github/workflows/packaging.yml#L102 Job log extract:
|
You try to use |
Yep, this is it! I think its more of a docker thing and I don't work with docker that often but it seems that the Also at OP: @jokaorgua, move commands which use the mounted folder to |
Hi all and thanks, the conclusion is correct, install commands are executed in the first phase of the creation of the image while runArgs are only used when the container actually runs and executes the commands of the run section. |
Hello.
Could anyone guide me how to mount current directory into the aarch64 container?
I'm trying to do that with
but the volume is not mounted
Here is my workflow
The text was updated successfully, but these errors were encountered: