Skip to content

Commit

Permalink
test removing qemu from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seanvaleo committed Jan 5, 2024
1 parent b479c4c commit 58fc56a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,6 @@ jobs:
username: scopeci
password: ${{ secrets.SCOPECI_TOKEN }}

# This installs the `/proc/sys/fs/binfmt` entries that allow the CI host
# to build for other architectures under QEMU emulation. It's not really
# needed here since we're only building natively but we're leaving it in
# since it'll be done by our build system anyway.
- name: Setup QEMU
uses: docker/setup-qemu-action@v3

# Start a BuildX builder. We'll use the outputs later so give it an ID.
- name: Setup Docker Buildx
id: buildx
Expand Down

0 comments on commit 58fc56a

Please sign in to comment.