Automated backport of #1233: Add custom vpc support in AWS cloud prepare #5057
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Cross-Build Checks | |
on: | |
pull_request: | |
types: [ready_for_review, opened, reopened, synchronize, converted_to_draft, labeled] | |
permissions: {} | |
jobs: | |
cross: | |
name: Cross-Build | |
if: | | |
(github.event.pull_request.draft == false || contains(github.event.pull_request.labels.*.name, 'test-draft')) | |
&& github.event.pull_request.state == 'open' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out the repository | |
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 | |
- name: Build all supported binaries | |
run: make build-cross |