Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
ignore brokenrepos on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
tprasadtp committed Jun 2, 2020
1 parent 869e731 commit 8927689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup binfmt and register arm binaries
run: |
sudo apt-get update
sudo apt-get update || true
sudo apt-get install -y qemu binfmt-support qemu-user-static
sudo docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
Expand Down

0 comments on commit 8927689

Please sign in to comment.