Invalid architecture specified in the manifest: ppc64

Thanks very much for the response :slight_smile:.

I tried disabling the ppc64 build and using replacements in Goreleaser’s Snapcraft support to change architecture names. Specifically, I tried:

replacements:
  ppc64el: ppc64le

and

replacements:
  ppc64le: ppc64el

In both cases I got the Invalid architecture specified error.

I then disabled both the ppc64 and ppc64le architectures in the build and got a further Invalid architecture specified error with arm this time.

Finally, I disabled all three architectures (ppc64, ppc64le, and arm) and was able to successfully upload all other snaps, although not publish them because I’m waiting for classic confinement to be approved.

It looks like Goreleaser’s Snapcraft support needs a couple of extra options. I’ll follow up with the Goreleaser folk.