notify_push
notify_push copied to clipboard
Build docker image from repo fails
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
- clone the repo
- run
docker build . - 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>
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