File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 51
51
inputs.signer_tag != ''
52
52
name : Build Binaries
53
53
runs-on : ubuntu-latest
54
+ environment : " Build Release"
54
55
strategy :
55
56
# # Run a maximum of 10 builds concurrently, using the matrix defined in inputs.arch
56
57
max-parallel : 10
62
63
- windows
63
64
cpu :
64
65
- arm64
65
- - armv7
66
66
- x86-64 # # defaults to x86-64-v3 variant - intel haswell (2013) and newer
67
67
# - x86-64-v2 ## intel nehalem (2008) and newer
68
68
# - x86-64-v3 ## intel haswell (2013) and newer
@@ -108,8 +108,10 @@ jobs:
108
108
is_signer_release : ${{ inputs.is_signer_release }}
109
109
GH_TOKEN : ${{ secrets.GH_TOKEN }}
110
110
111
+
111
112
# # Builds arch dependent Docker images from binaries
112
113
# #
114
+ # # Note: this step requires the binaries in the create-release step to be uploaded
113
115
# # Runs when the following is true:
114
116
# # - either node or signer tag is provided
115
117
docker-image :
You can’t perform that action at this time.
0 commit comments