mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-04 11:25:37 +00:00
Bumped to core24 and removed riscv64
This commit is contained in:
parent
7ccaf8e700
commit
588d0bb3dd
2
.github/workflows/snap-release.yml
vendored
2
.github/workflows/snap-release.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
|
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
|
||||||
with:
|
with:
|
||||||
snapcraft-args: "remote-build"
|
snapcraft-args: "remote-build --launchpad-accept-public-upload"
|
||||||
- uses: snapcore/action-publish@v1
|
- uses: snapcore/action-publish@v1
|
||||||
env:
|
env:
|
||||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
|
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
|
||||||
|
|||||||
@ -3,22 +3,26 @@ version: 'v4.49.2'
|
|||||||
summary: A lightweight and portable command-line data file processor
|
summary: A lightweight and portable command-line data file processor
|
||||||
description: |
|
description: |
|
||||||
`yq` uses [jq](https://github.com/stedolan/jq) like syntax but works with yaml, json, xml, csv, properties and TOML files.
|
`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
|
grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels
|
||||||
confinement: strict
|
confinement: strict
|
||||||
architectures:
|
platforms:
|
||||||
- build-on: [amd64]
|
amd64:
|
||||||
|
build-on: [amd64]
|
||||||
build-for: [amd64]
|
build-for: [amd64]
|
||||||
- build-on: [arm64]
|
arm64:
|
||||||
|
build-on: [arm64]
|
||||||
build-for: [arm64]
|
build-for: [arm64]
|
||||||
- build-on: [armhf]
|
armhf:
|
||||||
|
build-on: [armhf]
|
||||||
build-for: [armhf]
|
build-for: [armhf]
|
||||||
- build-on: [ppc64el]
|
s390x:
|
||||||
build-for: [ppc64el]
|
build-on: [s390x]
|
||||||
- build-on: [s390x]
|
|
||||||
build-for: [s390x]
|
build-for: [s390x]
|
||||||
- build-on: [riscv64]
|
ppc64el:
|
||||||
build-for: [riscv64]
|
build-on: [ppc64el]
|
||||||
|
build-for: [ppc64el]
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
yq:
|
yq:
|
||||||
command: bin/yq
|
command: bin/yq
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user