Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .github/workflows/publish-debian-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,29 +67,6 @@ jobs:
crate: miden-remote-prover
arch: ${{ matrix.arch }}

publish-prover-proxy:
name: Publish Prover Proxy ${{ matrix.arch }} Debian
strategy:
matrix:
arch: [amd64, arm64]
runs-on:
labels: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
steps:
- name: Checkout repo
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Build and Publish Prover Proxy
uses: ./.github/actions/debian
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
gitref: ${{ env.version }}
crate_dir: remote-prover
package: miden-prover-proxy
packaging_dir: prover-proxy
crate: miden-remote-prover
arch: ${{ matrix.arch }}

publish-network-monitor:
name: Publish Network Monitor ${{ matrix.arch }} Debian
strategy:
Expand Down
Loading