mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25: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:
|
||||
needs: [get-platform]
|
||||
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:
|
||||
srcs: ${{ env.srcs }}
|
||||
built: ${{ env.built }}
|
||||
|
@ -85,7 +86,6 @@ jobs:
|
|||
working-directory: ${{ github.workspace }}/.pkgx
|
||||
|
||||
- run: |
|
||||
pkgx +gnupg.org gpg-agent --daemon || true
|
||||
echo $GPG_PRIVATE_KEY | \
|
||||
base64 -d | \
|
||||
pkgx +gnupg.org gpg --import --batch --yes
|
||||
|
@ -158,7 +158,7 @@ jobs:
|
|||
with:
|
||||
qa: ${{ inputs.new-version }}
|
||||
pkgs: ${{ needs.bottle.outputs.built }} ${{ needs.bottle.outputs.built }}
|
||||
srcs: '~'
|
||||
srcs: "~"
|
||||
bottles: ${{ env.bottles }}
|
||||
checksums: ${{ env.checksums }}
|
||||
signatures: ${{ env.signatures }}
|
||||
|
|
Loading…
Reference in a new issue