availproject / avail-light

640 stars 1.24k forks source link

Disable building broken arm64 container image in release action #558

Closed nooga closed 1 month ago

nooga commented 1 month ago

This is a makeshift fix for #552.

As explained in the issue, the arm64 seems to be unusable as it attempts to run arm64 avail-light on amd64 ubuntu.

I've had a look at https://github.com/availproject/avail/blob/main/.github/workflows/releaser_docker.yml#L43 and it seems that avail does not distribute arm64 images. This is fine since amd64 images run fine on macs.

Please see #552 for more details.