Skip to content

Commit 4477568

Browse files
authored
fix(github): remove prover proxy job from debian publish workflow (#2001)
1 parent 046a728 commit 4477568

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

.github/workflows/publish-debian-all.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -67,29 +67,6 @@ jobs:
6767
crate: miden-remote-prover
6868
arch: ${{ matrix.arch }}
6969

70-
publish-prover-proxy:
71-
name: Publish Prover Proxy ${{ matrix.arch }} Debian
72-
strategy:
73-
matrix:
74-
arch: [amd64, arm64]
75-
runs-on:
76-
labels: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
77-
steps:
78-
- name: Checkout repo
79-
uses: actions/checkout@main
80-
with:
81-
fetch-depth: 0
82-
- name: Build and Publish Prover Proxy
83-
uses: ./.github/actions/debian
84-
with:
85-
github_token: ${{ secrets.GITHUB_TOKEN }}
86-
gitref: ${{ env.version }}
87-
crate_dir: remote-prover
88-
package: miden-prover-proxy
89-
packaging_dir: prover-proxy
90-
crate: miden-remote-prover
91-
arch: ${{ matrix.arch }}
92-
9370
publish-network-monitor:
9471
name: Publish Network Monitor ${{ matrix.arch }} Debian
9572
strategy:

0 commit comments

Comments
 (0)