lighthouse/.github/workflows
realbigsean c1e27f4c89 Improve docker auto builds (#2078)
## Issue Addressed

N/A

## Proposed Changes

- hardcode `ubuntu-18.04` -- I don't think this was causing us issues, but github actions is in the process of migrating `ubuntu-latest` from Ubuntu 18 -> 20.. so just in case
- different source of emulation dependencies -> https://github.com/tonistiigi/binfmt 
  - this one is explicitly referenced in the `buildx` github docs
- install emulation dependencies and run `docker buildx` in the same `run` command
- enable `buildx` with  `DOCKER_CLI_EXPERIMENTAL: enabled` rather than re-building it

## Additional Info

N/A


Co-authored-by: realbigsean <seananderson33@gmail.com>
2020-12-11 00:19:35 +00:00
..
book.yml Update docs whenever unstable changes (#1969) 2020-11-25 03:20:23 +00:00
docker.yml Improve docker auto builds (#2078) 2020-12-11 00:19:35 +00:00
test-suite.yml Remove macos tests (#1687) 2020-09-30 01:27:36 +00:00