mirror of
https://github.com/mikefarah/yq.git
synced 2026-03-10 15:54:26 +00:00
Running build step on launchpad remote builder with supported architectures
This commit is contained in:
parent
f91176a204
commit
5d0481c0d2
6
.github/workflows/snap-release.yml
vendored
6
.github/workflows/snap-release.yml
vendored
@ -15,9 +15,13 @@ jobs:
|
|||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- uses: snapcore/action-build@v1
|
- uses: snapcore/action-build@v1
|
||||||
id: build
|
id: build
|
||||||
|
env:
|
||||||
|
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
|
||||||
|
with:
|
||||||
|
snapcraft-args: "remote-build"
|
||||||
- uses: snapcore/action-publish@v1
|
- uses: snapcore/action-publish@v1
|
||||||
env:
|
env:
|
||||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
|
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
|
||||||
with:
|
with:
|
||||||
snap: ${{ steps.build.outputs.snap }}
|
snap: ${{ steps.build.outputs.snap }}
|
||||||
release: stable
|
release: stable
|
||||||
|
|||||||
@ -13,13 +13,11 @@ architectures:
|
|||||||
build-for: [arm64]
|
build-for: [arm64]
|
||||||
- build-on: [armhf]
|
- build-on: [armhf]
|
||||||
build-for: [armhf]
|
build-for: [armhf]
|
||||||
- build-on: [i386]
|
|
||||||
build-for: [i386]
|
|
||||||
- build-on: [ppc64el]
|
- build-on: [ppc64el]
|
||||||
build-for: [ppc64el]
|
build-for: [ppc64el]
|
||||||
- build-on: [s390x]
|
- build-on: [s390x]
|
||||||
build-for: [s390x]
|
build-for: [s390x]
|
||||||
- build-on: [amd64]
|
- build-on: [riscv64]
|
||||||
build-for: [riscv64]
|
build-for: [riscv64]
|
||||||
apps:
|
apps:
|
||||||
yq:
|
yq:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user