From 126a20084fa3d12f2a0d95422220bc91d4169bc3 Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Tue, 21 Nov 2023 06:33:58 -0800 Subject: [PATCH] un-break amd64 linux --- .github/workflows/build-python-wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-python-wheels.yml b/.github/workflows/build-python-wheels.yml index 8e95cf9a3..5dbc3848a 100644 --- a/.github/workflows/build-python-wheels.yml +++ b/.github/workflows/build-python-wheels.yml @@ -114,9 +114,9 @@ jobs: manylinux: auto working-directory: ${{ github.workspace }}/languages/python docker-options: -e __ARM_ARCH=armv8-a - before-script-linux: | - apt update - apt install -y qemu-user gcc-aarch64-linux-gnu libc6-dev-arm64-cross + # before-script-linux: | + # apt update + # apt install -y qemu-user gcc-aarch64-linux-gnu libc6-dev-arm64-cross - name: Upload artifact uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3