From 5fb93bbee9f3b7a4d54b30602733b402ee0eeffb Mon Sep 17 00:00:00 2001 From: Philipp Hoenisch Date: Tue, 12 Oct 2021 20:11:40 +1100 Subject: [PATCH] Update bors file to include new ci targets --- bors.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bors.toml b/bors.toml index 6df23eb..5463ba6 100644 --- a/bors.toml +++ b/bors.toml @@ -7,5 +7,6 @@ status = [ "test_daemons (ubuntu-latest)", "test_daemons (macos-latest)", "test_daemons (windows-latest)", - "daemons_arm_build", + "daemons_arm_build (armv7-unknown-linux-gnueabihf)", + "daemons_arm_build (aarch64-unknown-linux-gnu)", ]