Hello guys,
We use self-hosted runners with arm64 platform and need to send notification emails for successful deploy for our pipeline. email-notify is good solution for this purpose but it doesn't support arm64 platform and unfortunately we can't use it. If you have any other alternatives, please let me know. If not, please consider with your pipe team to create multi-platform support.
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Kind regards,
Ivo
Hi @Ivo
Thanks for your request!
Happy news, we have released a new version of the email-notify pipe with multi-platform support(linux/amd64 and linux/arm64)
script: - pipe: atlassian/email-notify:0.13.2 variables: USERNAME: 'myemail@example.com' PASSWORD: $PASSWORD FROM: 'myemail@example.com' TO: 'example@example.com' HOST: 'smtp.gmail.com'
It would be nice, if you could provide us with your feedback.
Best regards,
Oleksandr Kyrdan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.