From 633de7b0c989f9de8288ab9114d9ce7b8ed91018 Mon Sep 17 00:00:00 2001 From: Thomas Vincent Date: Fri, 26 Apr 2024 18:35:28 +0000 Subject: [PATCH] feat: fix armv7 to armv7l --- .github/workflows/beats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beats.yml b/.github/workflows/beats.yml index 3e8f55d..0cc30de 100644 --- a/.github/workflows/beats.yml +++ b/.github/workflows/beats.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - arch: [armv7] + arch: [armv7l] beat: [filebeat, metricbeat, heartbeat] runs-on: ubuntu-latest