summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-02-18 14:53:14 +1100
committerDarren Tucker <dtucker@dtucker.net>2021-02-18 14:53:14 +1100
commit65085740d3574eeb3289d592f042df62c2689bb0 (patch)
tree90bd2ad2bc9bc11b65d1581093d0c457d4f6ee64
parent63238f5aed66148b8d6ca7bd5fb347d624200155 (diff)
Add bbone test target (arm32).
-rw-r--r--.github/workflows/selfhosted.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 17aa5e9e..eb9da4ff 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -16,7 +16,7 @@ jobs:
# We use a matrix in two parts: firstly all of the VMs are tested with the
# default config. "vm" corresponds to a label associated with the worker.
matrix:
- vm: [dfly30, dfly48, dfly58, sol10, sol11]
+ vm: [dfly30, dfly48, dfly58, sol10, sol11, bbone]
configs:
- default
# Then we include any extra configs we want to test for specific VMs.