mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
can't bottle gpg since it gets in the pkgx tree and must match arch/plat
This commit is contained in:
parent
429ca42292
commit
18086acb4e
6
.github/workflows/bottle.yml
vendored
6
.github/workflows/bottle.yml
vendored
|
@ -38,7 +38,8 @@ jobs:
|
||||||
bottle:
|
bottle:
|
||||||
needs: [get-platform]
|
needs: [get-platform]
|
||||||
if: ${{ !inputs.new-version || needs.get-platform.outputs.available != '' }}
|
if: ${{ !inputs.new-version || needs.get-platform.outputs.available != '' }}
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
runs-on: ${{ needs.get-platform.outputs.os }}
|
||||||
outputs:
|
outputs:
|
||||||
srcs: ${{ env.srcs }}
|
srcs: ${{ env.srcs }}
|
||||||
built: ${{ env.built }}
|
built: ${{ env.built }}
|
||||||
|
@ -85,7 +86,6 @@ jobs:
|
||||||
working-directory: ${{ github.workspace }}/.pkgx
|
working-directory: ${{ github.workspace }}/.pkgx
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
pkgx +gnupg.org gpg-agent --daemon || true
|
|
||||||
echo $GPG_PRIVATE_KEY | \
|
echo $GPG_PRIVATE_KEY | \
|
||||||
base64 -d | \
|
base64 -d | \
|
||||||
pkgx +gnupg.org gpg --import --batch --yes
|
pkgx +gnupg.org gpg --import --batch --yes
|
||||||
|
@ -158,7 +158,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
qa: ${{ inputs.new-version }}
|
qa: ${{ inputs.new-version }}
|
||||||
pkgs: ${{ needs.bottle.outputs.built }} ${{ needs.bottle.outputs.built }}
|
pkgs: ${{ needs.bottle.outputs.built }} ${{ needs.bottle.outputs.built }}
|
||||||
srcs: '~'
|
srcs: "~"
|
||||||
bottles: ${{ env.bottles }}
|
bottles: ${{ env.bottles }}
|
||||||
checksums: ${{ env.checksums }}
|
checksums: ${{ env.checksums }}
|
||||||
signatures: ${{ env.signatures }}
|
signatures: ${{ env.signatures }}
|
||||||
|
|
Loading…
Reference in a new issue