]> source.dussan.org Git - gitea.git/commit
Limit snap build architectures (#11346)
authorAlan Pope <alan@popey.com>
Sat, 9 May 2020 04:39:19 +0000 (05:39 +0100)
committerGitHub <noreply@github.com>
Sat, 9 May 2020 04:39:19 +0000 (12:39 +0800)
commitb9df5da1f4862d3ed58d528258ea56671791d60d
tree450569d06a4ac77cf15fe069caac802ddeca9e45
parentb09ec508c3f33e05d3784f96093451c463600d7b
Limit snap build architectures (#11346)

Builds will fail on s390x, i386 and ppc64el because we depend on nodejs, which is only published for armhf, arm64 and amd64. This change merely tells the snap build farm to not waste time trying to build on architectures will will guarantee failure. Apologies for overlooking this in our previous PR.

Example build failures can be seen at [i386](https://launchpad.net/~build.snapcraft.io/+snap/53d5570c233b8b3663242f8d94dc21ad/+build/945935), [ppc64el](https://launchpad.net/~build.snapcraft.io/+snap/53d5570c233b8b3663242f8d94dc21ad/+build/945939), [s390x](https://launchpad.net/~build.snapcraft.io/+snap/53d5570c233b8b3663242f8d94dc21ad/+build/945940)
snap/snapcraft.yaml