ci(gitlab-ci): make sure only amd64 runners are being used

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2023-03-27 15:47:28 +00:00
parent eab9ae94a6
commit 74adf155a3

View file

@ -13,6 +13,8 @@ variables:
- apk add curl gnupg bash coreutils
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
- (curl -Ls --tlsv1.2 --proto "=https" --retry 3 https://cli.doppler.com/install.sh || wget -t 3 -qO- https://cli.doppler.com/install.sh) | sh
tags:
- amd64
stages:
- build