Skip to content

Commit fbcba1b

Browse files
authored
Merge pull request #6573 from stacks-network/release/3.2.0.0.2
Merge release/3.2.0.0.2 to develop
2 parents 483f1ad + bd9ee63 commit fbcba1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/dockerfiles/Dockerfile.alpine-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/actions/dockerfiles/Dockerfile.debian-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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:

0 commit comments

Comments
 (0)