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: publish docker image workflow #830

Merged
merged 3 commits into from
Jul 29, 2024
Merged

fix: publish docker image workflow #830

merged 3 commits into from
Jul 29, 2024

Conversation

BachErik
Copy link
Contributor

After many tests, I have now discovered that there is currently a problem with node and arm64 in GitHub workflows. There is the following issue: nodejs/docker-node#1335. As already mentioned at the top of the Node.js issue, a possible solution would be to run it in offline mode, i.e. to cache the packages.

I have now adapted the GitHub workflow file so that it already works.
As you have already correctly noted, I have added QEMU.

Since this problem only affects Node, the backend is not affected and already has the multi-architecture variant. To give the frontend multi-arch as well, you would only have to add linux/arm64 to the platform, and then it should also work there.

But I still have a question: Why do you not work with the versions in the workflow file, but with special commits?

Copy link

vercel bot commented Jul 26, 2024

@BachErik is attempting to deploy a commit to the evroon's projects Team on Vercel.

A member of the Team first needs to authorize it.

@evroon
Copy link
Owner

evroon commented Jul 29, 2024

But I still have a question: Why do you not work with the versions in the workflow file, but with special commits?

No specific reason, I don't have a preference.

@evroon evroon merged commit be2ec7d into evroon:master Jul 29, 2024
1 check failed
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.

2 participants