From 293d7a4e0f03321ef93427f83cd6dab617e05dac Mon Sep 17 00:00:00 2001 From: Ivan Babrou Date: Sun, 17 Sep 2023 13:06:02 -0700 Subject: [PATCH] Use docker/setup-qemu-action instead of dbhi/qus/action This seems like a more official way of doing this. --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdbf06d5..c4879d1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,9 +40,10 @@ jobs: name: Build ebpf_exporter in Docker (aarch64 emulated, be patient) runs-on: ubuntu-22.04 steps: - - uses: dbhi/qus/action@main + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 with: - targets: aarch64 + platforms: arm64 - uses: actions/checkout@v3 with: