workflows/docker: run brew test-bot on arm64 Linux builds
We can stop `brew doctor` from throwing an error if we set `HOMEBREW_ARM64_TESTING`.
This commit is contained in:
parent
3aaabf4b23
commit
1c00c24192
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -198,9 +198,9 @@ jobs:
|
||||
labels: ${{ needs.generate-tags.outputs.labels }}
|
||||
|
||||
- name: Run brew test-bot --only-setup
|
||||
# TODO: Remove this conditional when `brew doctor` no longer throws an error on ARM64 Linux.
|
||||
if: matrix.arch == 'x86_64'
|
||||
run: docker run --rm brew brew test-bot --only-setup
|
||||
run: docker run --env HOMEBREW_ARM64_TESTING --rm brew brew test-bot --only-setup
|
||||
env:
|
||||
HOMEBREW_ARM64_TESTING: 1
|
||||
|
||||
- name: Log in to GitHub Packages (BrewTestBot)
|
||||
if: fromJSON(steps.attributes.outputs.push)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user