From 0cc4272094601af719dad2cf18402692ac2da842 Mon Sep 17 00:00:00 2001 From: Djalal Harouni Date: Mon, 18 Sep 2023 12:26:51 +0200 Subject: [PATCH] tests: build arm64 tarball for e2e tests Signed-off-by: Djalal Harouni --- .github/workflows/packages-e2e-tests.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/packages-e2e-tests.yaml b/.github/workflows/packages-e2e-tests.yaml index eed241c5209..367e26bf689 100644 --- a/.github/workflows/packages-e2e-tests.yaml +++ b/.github/workflows/packages-e2e-tests.yaml @@ -12,8 +12,13 @@ jobs: strategy: matrix: include: + # We use the native arch build - os: ubuntu-22.04 arch: amd64 + match_arch: x86-64 + - os: buildjet-2vcpu-ubuntu-2204-arm + arch: arm64 + match_arch: arm64 steps: # https://github.com/docker/setup-buildx-action @@ -54,6 +59,8 @@ jobs: retry_wait_seconds: 5 retry_on: error command: | + # Ensure that default native builds work + file /usr/local/bin/tetragon | grep ${{ matrix.match_arch }} - sudo systemctl is-active tetragon sudo tetra status