From 4f717aad8ae3e089c20fa09fbc65ede900b26975 Mon Sep 17 00:00:00 2001 From: garyschulte Date: Fri, 6 May 2022 01:13:52 -0700 Subject: [PATCH] remove arm64-docker from branch filters Signed-off-by: garyschulte --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8c7385a10ab..c3f320a64bd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -454,7 +454,6 @@ workflows: only: - main - /^release-.*/ - - arm64-docker requires: - assemble - integrationTests @@ -472,7 +471,6 @@ workflows: only: - main - /^release-.*/ - - arm64-docker requires: - integrationTests - unitTests @@ -489,7 +487,6 @@ workflows: only: - master - /^release-.*/ - - arm64-docker requires: - publishDocker - publishArm64Docker