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

Fix bake-action build step #181

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

devinrsmith
Copy link
Member

@devinrsmith devinrsmith commented Jan 6, 2025

It is currently failing with

buildx bake failed with: ERROR: failed to evaluate path "/tmp/dist": lstat /tmp/dist: no such file or directory

Likely, a newer version of buildx does not create the directory if it does not exist, or something like that.

It appears this is fixed in buildx 0.19.3 with docker/buildx#2860, but the CI runners are shipping with 0.19.2; we could pin the version of buildx, but creating the directory seems saner for now.

@devinrsmith devinrsmith merged commit badbc1e into jpy-consortium:master Jan 6, 2025
68 checks passed
@devinrsmith devinrsmith deleted the fix-build branch January 6, 2025 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant