From dd56bdf645e4a01280d06219138e76584afc29e5 Mon Sep 17 00:00:00 2001 From: Samir Patel <48686912+54mir@users.noreply.github.com> Date: Wed, 20 Oct 2021 16:50:35 -0500 Subject: [PATCH] runs after linux arm64 build --- .gitlab/.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index f8deb9dc1..524ae1fbc 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -130,6 +130,8 @@ build for darwin arm64: build container fb: image: docker:stable stage: build + needs: + - "build for linux arm64" tags: - shell before_script: