File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments