File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN case "${TAG}" in \
3131 ;; \
3232 *) \
3333 echo "/bin/stacks-node mainnet" > /tmp/command.sh && \
34- rm /bin/blockstack -cli /bin/clarity-cli /bin/stacks-events /bin/stacks-inspect \
34+ rm /bin/stacks -cli /bin/clarity-cli /bin/stacks-inspect \
3535 ;; \
3636 esac && \
3737 chmod +x /tmp/command.sh
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN case "${TAG}" in \
3131 ;; \
3232 *) \
3333 echo "/bin/stacks-node mainnet" > /tmp/command.sh && \
34- rm /bin/blockstack -cli /bin/clarity-cli /bin/stacks-events /bin/stacks-inspect \
34+ rm /bin/stacks -cli /bin/clarity-cli /bin/stacks-inspect \
3535 ;; \
3636 esac && \
3737 chmod +x /tmp/command.sh
Original file line number Diff line number Diff line change 6262 inputs.node_tag != '' ||
6363 inputs.signer_tag != ''
6464 name : Build Binaries
65- runs-on : ubuntu-latest
65+ runs-on : ubuntu-latest-m
6666 needs :
6767 - andon-cord
6868 permissions :
You can’t perform that action at this time.
0 commit comments