mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-10 05:24:18 +09:00
chore(snap): drop armhf build (#38311)
Launchpad no longer builds `core24` snaps for `armhf`. Since `snapcraft remote-build` submits a single request for all platforms, the `armhf` rejection fails with `snapcraft internal error: BadRequest()` and takes the `amd64` and `arm64` builds down with it, so nothing gets published. Dropping 32-bit ARM from `snap/snapcraft.yaml` and the workflow's `--build-for` restores nightly snap publishing for the remaining architectures.
This commit is contained in:
@@ -12,9 +12,6 @@ base: core24
|
||||
adopt-info: gitea
|
||||
|
||||
platforms:
|
||||
armhf:
|
||||
build-on: [armhf]
|
||||
build-for: [armhf]
|
||||
amd64:
|
||||
build-on: [amd64]
|
||||
build-for: [amd64]
|
||||
|
||||
Reference in New Issue
Block a user