novu
novu copied to clipboard
🐛 Bug Report: Can't use arm64 image
📜 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
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.
👟 Reproduction steps
In the yml config file, do this
novu-websocket:
image: 'ghcr.io/novuhq/novu/ws:0.23.0'
platform: linux/amd64
# ... other config
👍 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?
- [X] I checked and didn't find a similar issue
🏢 Have you read the Contributing Guidelines?
- [X] I have read the Contributing Guidelines
Are you willing to submit PR?
None