Skip to content

Commit 32c71ca

Browse files
authored
Merge branch 'develop' into feat/local-signer-state-machine
2 parents cac3a32 + ba81886 commit 32c71ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/github-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
inputs.signer_tag != ''
5252
name: Build Binaries
5353
runs-on: ubuntu-latest
54+
environment: "Build Release"
5455
strategy:
5556
## Run a maximum of 10 builds concurrently, using the matrix defined in inputs.arch
5657
max-parallel: 10
@@ -62,7 +63,6 @@ jobs:
6263
- windows
6364
cpu:
6465
- arm64
65-
- armv7
6666
- x86-64 ## defaults to x86-64-v3 variant - intel haswell (2013) and newer
6767
# - x86-64-v2 ## intel nehalem (2008) and newer
6868
# - x86-64-v3 ## intel haswell (2013) and newer
@@ -108,8 +108,10 @@ jobs:
108108
is_signer_release: ${{ inputs.is_signer_release }}
109109
GH_TOKEN: ${{ secrets.GH_TOKEN }}
110110

111+
111112
## Builds arch dependent Docker images from binaries
112113
##
114+
## Note: this step requires the binaries in the create-release step to be uploaded
113115
## Runs when the following is true:
114116
## - either node or signer tag is provided
115117
docker-image:

0 commit comments

Comments
 (0)