Hrm… I’ll have to do some searching. I hate having to do those aarch builds every time cause they’re really slow on my machine. Maybe we will have to move to some external deployer.
Or there might be a way to specify a use latest compatible version in the docker compose file.
I dont think so, the arm builds have a different tag. So it will just download the specified tag, and fail to run because its compiled for x86.
Hrm… I’ll have to do some searching. I hate having to do those aarch builds every time cause they’re really slow on my machine. Maybe we will have to move to some external deployer.
Or there might be a way to specify a use latest compatible version in the docker compose file.
We can setup a build server for release builds like I said.
No idea about the compose arch, I am not aware of anything like that (but i only use x86).
Basically check this out you’ll see this build has 2 OS/s or archs. Its called a multiarch docker manifest
Oh interesting.