From e7fbff1f3bc7537c8c16d91eadfac3fb79bba37b Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Mon, 10 Jun 2024 09:07:18 +0100 Subject: [PATCH] ci: Arm64 testing Signed-off-by: Ryan Northey --- .github/workflows/arm64-testing.yml | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/workflows/arm64-testing.yml diff --git a/.github/workflows/arm64-testing.yml b/.github/workflows/arm64-testing.yml new file mode 100644 index 000000000000..3390ecff90fa --- /dev/null +++ b/.github/workflows/arm64-testing.yml @@ -0,0 +1,34 @@ +name: Arm64 testing + +permissions: + contents: read + +on: + pull_request: + +concurrency: + group: | + ${{ github.head_ref + || github.run_id + }}-${{ github.workflow }}-request + cancel-in-progress: true + + +jobs: + arm64: + permissions: + contents: read + runs-on: envoy-ubuntu-arm64 + steps: + - run: | + df -h + uname -a + + arm64-base: + permissions: + contents: read + runs-on: envoy-ubuntu-arm64 + steps: + - run: | + df -h + uname -a