Procházet zdrojové kódy

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)
tags/v1.13.0-dev
Alan Pope před 4 roky
rodič
revize
b9df5da1f4
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5
    0
      snap/snapcraft.yaml

+ 5
- 0
snap/snapcraft.yaml Zobrazit soubor

@@ -11,6 +11,11 @@ confinement: strict
base: core18
adopt-info: gitea

architectures:
- build-on: armhf
- build-on: amd64
- build-on: arm64

environment:
GITEA_CUSTOM: "$SNAP_COMMON"
GITEA_WORK_DIR: "$SNAP_DATA"

Načítá se…
Zrušit
Uložit