Jauder Ho
Jauder Ho
Hmm, not sure if I am doing something wrong here but after updating to call buildx 0.6.0-rc1, it does not seem to trigger the caching. Here is my action: https://github.com/jauderho/dockerfiles/blob/main/.github/workflows/cloudflared.yml...
@crazy-max Per your suggestion, updated to use image=moby/buildkit:master but it does not appear to make a difference. * First build (31m) https://github.com/jauderho/dockerfiles/actions/runs/1035009487 * Second build (33m not single digit mins)...
I decided to use the workflow name for the scope and it appears to work nicely. `cache-from: type=gha, scope=${{ github.workflow }}` ` cache-to: type=gha, scope=${{ github.workflow }}` It's blazing fast...
@crazy-max Now that new buildkit and buildx are released, can I revert back to just > uses: docker/setup-buildx-action@v1 > with: > version: v0.6.0-rc1 > driver-opts: image=moby/buildkit:master > buildkitd-flags: --debug Or...
@ksurl That's correct.
> Using `ptp4l` and `phc2sys` via `sudo apt-get install -y linuxptp`: > > ``` > pi@cm4:~ $ sudo systemctl start ptp4l > pi@cm4:~ $ sudo systemctl status ptp4l > ●...
@MaciekMachni I've updated to the latest kernel. `Linux etu 5.15.56-v8+ #1575 SMP PREEMPT Fri Jul 22 20:31:26 BST 2022 aarch64 GNU/Linux` `ethtool -T eth0` returns: ``` Time stamping parameters for...
Thanks @ddrown. Unfortunately, the as-shipped version of chrony in the current Raspberry Pi OS appears to be 4.0 and the feature you are referring to appears to be post-4.0. I'll...
@balupton Can you check the log output to see if --compress2 actually works? I'm looking at the same migration (Gmail to iCloud) and my log output seems to indicate that...
@balupton FWIW, I've now built multi-arch images for imapsync so you might be able to run the arm64 version of imapsync. There are some differences from the official version but...