Bumped to core24 and removed riscv64

This commit is contained in:
Alexander 2025-11-25 16:09:51 +01:00 committed by Mike Farah
parent 7ccaf8e700
commit 588d0bb3dd
2 changed files with 15 additions and 11 deletions

View File

@ -18,7 +18,7 @@ jobs:
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
with:
snapcraft-args: "remote-build"
snapcraft-args: "remote-build --launchpad-accept-public-upload"
- uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}

View File

@ -3,22 +3,26 @@ version: 'v4.49.2'
summary: A lightweight and portable command-line data file processor
description: |
`yq` uses [jq](https://github.com/stedolan/jq) like syntax but works with yaml, json, xml, csv, properties and TOML files.
base: core22
base: core24
grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels
confinement: strict
architectures:
- build-on: [amd64]
platforms:
amd64:
build-on: [amd64]
build-for: [amd64]
- build-on: [arm64]
arm64:
build-on: [arm64]
build-for: [arm64]
- build-on: [armhf]
armhf:
build-on: [armhf]
build-for: [armhf]
- build-on: [ppc64el]
build-for: [ppc64el]
- build-on: [s390x]
s390x:
build-on: [s390x]
build-for: [s390x]
- build-on: [riscv64]
build-for: [riscv64]
ppc64el:
build-on: [ppc64el]
build-for: [ppc64el]
apps:
yq:
command: bin/yq