tobybatch / kimai2

Docker containers for the kimai2 web application including docker-compose and kubernetes/helm deployment.
MIT License
183 stars 96 forks source link

deactivate arm/v7 #526

Closed kevinpapst closed 10 months ago

kevinpapst commented 11 months ago

fixes failing builds fixes #525

timoschwarzer commented 10 months ago

@kevinpapst It seems like this did not fix the builds.

As far as I understand linux/arm/v8 is ARMv8 in 32 bit mode, so builds will fail on that as well.

On the other hand, this list that Docker is supposedly using for supported architectures does not even list an arm/v8 variant, so who knows which architecture/variant it actually uses when building the image.

linux/arm64 corresponds to ARMv8 with 64 bits.

kevinpapst commented 10 months ago

Yeah, I have no f* clue what all this means. I was just following suggestions 😁

@tobybatch do we need those images? can we remove v8 as well?