summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2024-01-29 04:59:13 -0500
committerGitHub <noreply@github.com>2024-01-29 11:59:13 +0200
commit27c4fb4a82b65d3f859908df3c217de5e52e80b7 (patch)
tree4a93525f731e70865572e4bf556fe006511fe9fa /.github
parent3be077bb2a5f28e259a190696aeed76015269379 (diff)
Add ARMv6 static builds. (#16853)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1b82765bd0..31872a3e16 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -152,6 +152,7 @@ jobs:
matrix:
arch:
- x86_64
+ - armv6l
- armv7l
- aarch64
- ppc64le