Andrei Ruse
Andrei Ruse
Tried this in Chrome 94, on Windows 10, and uploading works fine for me. Wondering if checking the Developer Tools' "Network" tab would show anything (failed POST request, etc)?
Yes, works for me, after some debugging & fixing the environment. -------- Environment I've tested this on: * RPi 4B * Docker 20.10.9 * Based on the output below, I...
Interesting fact: testing it on a 64bit raspberry pi linux works fine (there's no need for either -privileged, or reinstalling libseccomp2): ``` pi@raspberrypi:~ $ uname -a Linux raspberrypi 5.10.17-v8+ #1414...
Would something like this work: https://github.com/marketplace/actions/build-and-push-docker-images + adding this in the build-push-actions variables: `platforms: linux/amd64,linux/arm64,linux/arm/v7` ?