diff --git a/.github/workflows/docker-push.yml b/.github/workflows/docker-push.yml index 3944e7f..d8ea6b7 100644 --- a/.github/workflows/docker-push.yml +++ b/.github/workflows/docker-push.yml @@ -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: diff --git a/version-ptb b/version-ptb index e04122e..5ce43a6 100644 --- a/version-ptb +++ b/version-ptb @@ -1 +1 @@ -14.0-64 \ No newline at end of file +14.0-67 \ No newline at end of file