This commit is contained in:
Christopher Schnick
2025-01-12 18:25:10 +01:00
parent 388023bb0e
commit 52739fe165
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ jobs:
"XPIPE_VERSION=${{ env.XPIPE_VERSION }}"
"XPIPE_REPOSITORY=${{ env.XPIPE_REPOSITORY }}"
"XPIPE_PACKAGE=${{ env.XPIPE_PACKAGE }}"
platforms: linux/amd64,linux/arm64
platforms: ${{ contains(github.event.head_commit.message, '[release]') && 'linux/amd64,linux/arm64' || 'linux/amd64' }}
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:

View File

@@ -1 +1 @@
14.0-64
14.0-67