lighthouse/.github/workflows
Michael Sproul 58bd2f76d0 Ensure protoc is installed for release CI (#3621)
## Issue Addressed

The release CI is currently broken due to the addition of the `protoc` dependency. Here's a failure of the release flow running on my fork: https://github.com/michaelsproul/lighthouse/actions/runs/3155541478/jobs/5134317334

## Proposed Changes

- Install `protoc` on Windows and Mac so that it's available for `cargo install`.
- Install an x86_64 binary in the Cross image for the aarch64 platform: we need a binary that runs on the host, _not_ on the target.
- Fix `macos` local testnet CI by using the Github API key to dodge rate limiting (this issue: https://github.com/actions/runner-images/issues/602).
2022-10-03 23:09:25 +00:00
..
book.yml Update mdbook runner to Ubuntu 20.04 (#3138) 2022-04-04 06:08:26 +00:00
cancel-previous-runs.yml Fix short sha in github actions (#2210) 2021-02-18 06:18:47 +00:00
docker-antithesis.yml Docker builds in GitHub actions (#3523) 2022-08-29 18:31:27 +00:00
docker.yml Add maxperf build profile (#3608) 2022-09-29 06:13:33 +00:00
linkcheck.yml Linkcheck fix (#3452) 2022-08-11 10:08:36 +00:00
local-testnet.yml Ensure protoc is installed for release CI (#3621) 2022-10-03 23:09:25 +00:00
publish-crate.yml Implement SSZ union type (#2579) 2021-09-25 05:58:36 +00:00
release.yml Ensure protoc is installed for release CI (#3621) 2022-10-03 23:09:25 +00:00
test-suite.yml Libp2p v0.48.0 upgrade (#3547) 2022-09-29 01:50:11 +00:00