diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 5da93df0a6..75155649b6 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -51,6 +51,7 @@ jobs: inputs.signer_tag != '' name: Build Binaries runs-on: ubuntu-latest + environment: "Build Release" strategy: ## Run a maximum of 10 builds concurrently, using the matrix defined in inputs.arch max-parallel: 10 @@ -62,7 +63,6 @@ jobs: - windows cpu: - arm64 - - armv7 - x86-64 ## defaults to x86-64-v3 variant - intel haswell (2013) and newer # - x86-64-v2 ## intel nehalem (2008) and newer # - x86-64-v3 ## intel haswell (2013) and newer @@ -108,8 +108,10 @@ jobs: is_signer_release: ${{ inputs.is_signer_release }} GH_TOKEN: ${{ secrets.GH_TOKEN }} + ## Builds arch dependent Docker images from binaries ## + ## Note: this step requires the binaries in the create-release step to be uploaded ## Runs when the following is true: ## - either node or signer tag is provided docker-image: