We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Novu 0.23.0 release note you mention there is a new novu arm64 image that we can use but when I tried to use it I got
image with reference ghcr.io/novuhq/novu/worker:0.23.0 was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64
Not sure why, maybe it's how I'm specifying the platform that's wrong.
In the yml config file, do this
novu-websocket: image: 'ghcr.io/novuhq/novu/ws:0.23.0' platform: linux/amd64 # ... other config
It should uses amd64 image
Could not find the amd64 image
0.23.0
No response
None
The text was updated successfully, but these errors were encountered:
NV-3572 🐛 Bug Report: Can't use arm64 image
Sorry, something went wrong.
No branches or pull requests
📜 Description
In Novu 0.23.0 release note you mention there is a new novu arm64 image that we can use but when I tried to use it I got
Not sure why, maybe it's how I'm specifying the platform that's wrong.
👟 Reproduction steps
In the yml config file, do this
👍 Expected behavior
It should uses amd64 image
👎 Actual Behavior with Screenshots
Could not find the amd64 image
Novu version
0.23.0
npm version
No response
node version
No response
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Contributing Guidelines?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: