notify_push icon indicating copy to clipboard operation
notify_push copied to clipboard

Build docker image from repo fails

Open mhzawadi opened this issue 1 year ago • 1 comments

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce

  1. clone the repo
  2. run docker build .
  3. gett error

Expected behaviour

I get a docker image to play with

Actual behaviour

I get an error that stops the build

 => CANCELED [build 8/9] RUN cargo build --release                                                                                                                                                                                    128.1s
ERROR: failed to solve: Canceled: context canceled
 => [build 8/9] RUN cargo build --release                                                                                                                                                                                             125.4s
 => => # note: in edition 2024, the requirement `!: FromRedisValue` will fail
 => => #   --> src/redis.rs:80:24
 => => #    |
 => => # 80 |                 client.set(key, value).await?;
 => => #    |                        ^^^
 => => # warning: `notify_push` (lib) generated 2 warnings

a) The javascript console log b) The network log c) ...


</details>

mhzawadi avatar Dec 09 '24 08:12 mhzawadi

I am successfully able to do a matrix build with amd64 and arm64 targets by using the newly available arm64 runners. Using qemu and docker buildx would not work for me. See this local_deploy branch in my fork:

https://github.com/jum/notify_push

jum avatar Feb 19 '25 14:02 jum