sickcodes
sickcodes
Not sure, never tried Gitpod, can it accept 20GB images?
Xar is available: https://github.com/sickcodes/aur/tree/master/xar Fork: https://github.com/tpoechtrager/xar
```bash git clone https://aur.archlinux.org/xar.git cd xar makedeb dpkg -i xar_1.6.1-5_amd64.deb ``` Here you go: https://github.com/sickcodes/aur/raw/master/xar/xar_1.6.1-5_amd64.deb
`2560x1080` is an invalid resolution, you must use `16:9` from what I tested. Your combination would be: ` -e WIDTH=2560` `-e HEIGHT=1600`
Yeah should be fixed now haha... thanks Apple!
Try this for sharing instead, it eats the mount_9p alive: ``` mkdir ~/mnt/osx sshpass -p alpine sshfs user@localhost:/ -p 50922 ~/mnt/osx ```
Confirmed on 5.18.8
Fixed on 5.18.9, may require `sudo modprobe msr cpuid`
I can try with some of these: https://hub.docker.com/search?q=archlinux&type=image&architecture=arm64 Looks like these could help https://hub.docker.com/r/sapk/archlinux ``` docker build --build-arg ARCH="arm" --build-arg QEMU_ARCH="arm" --build-arg REPO="http://mirror.archlinuxarm.org/arm/\$repo" -f Dockerfile.multi -t sapk/archlinux:arm . docker build...
https://hub.docker.com/u/arm64v8/ arm64v8 docker images are available, so it's definitely possible