diff --git a/.circleci/config.yml b/.circleci/config.yml index f61abb3e0..32073a711 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,7 +45,21 @@ workflows: branches: ignore: /.*/ tags: - only: /^\d+\.\d+/ + only: /^\d+\.\d+.*/ + - build-armhf-image: + context: dockerhub + filters: + branches: + ignore: /.*/ + tags: + only: /^\d+\.\d+.*/ + - build-arm64-image: + context: dockerhub + filters: + branches: + ignore: /.*/ + tags: + only: /^\d+\.\d+.*/ jobs: build-ubuntu-image: