mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-07 09:17:49 +08:00
chore: remove explicit architectures
remvoing as specifying the subset of architectures you want to build on has side-effects, like the resulting snap is labeled as "multi" arch, and the snapstore UI lists it as building on i386 the whole time. License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
This commit is contained in:
parent
ba0b415408
commit
812ee63d18
@ -14,10 +14,6 @@ base: core18
|
||||
grade: stable
|
||||
confinement: strict
|
||||
|
||||
# skip building on `ppc64el` and `s390x` to save some cpu cycles.
|
||||
architectures:
|
||||
- build-on: [amd64, arm64, armhf, i386]
|
||||
|
||||
apps:
|
||||
ipfs:
|
||||
command: ipfs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user