[stage]
This commit is contained in:
@@ -67,7 +67,7 @@ jobs:
|
|||||||
"XPIPE_VERSION=${{ env.XPIPE_VERSION }}"
|
"XPIPE_VERSION=${{ env.XPIPE_VERSION }}"
|
||||||
"XPIPE_REPOSITORY=${{ env.XPIPE_REPOSITORY }}"
|
"XPIPE_REPOSITORY=${{ env.XPIPE_REPOSITORY }}"
|
||||||
"XPIPE_PACKAGE=${{ env.XPIPE_PACKAGE }}"
|
"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
|
- name: Generate artifact attestation
|
||||||
uses: actions/attest-build-provenance@v1
|
uses: actions/attest-build-provenance@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
14.0-64
|
14.0-67
|
||||||
Reference in New Issue
Block a user