novuhq / novu

Open-Source Notification Platform. Embeddable Notification Center, E-mail, Push and Slack Integrations.
https://novu.co
Other
34.01k stars 3.47k forks source link

🐛 Bug Report: Can't use arm64 image #5293

Open Khongchai opened 5 months ago

Khongchai commented 5 months ago

📜 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

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

linear[bot] commented 5 months ago

NV-3572 🐛 Bug Report: Can't use arm64 image