diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64c444e3..aea2e19e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,11 +69,10 @@ build_cloudflared_macos: &build - exec ${BUILD_SCRIPT} build_cloudflared_macos_tagged_release: - stage: release - image: docker-registry.cfdata.org/stash/devtools/ci-builders/python3.11/master:2917-0943e356eb01@sha256:a2780322e1926273ade752ae0c936876b9bef388d43b866347d6b2acd982d7e8 + stage: build + image: docker-registry.cfdata.org/stash/cf/debian-images/bookworm/main:302-326550a62d5c@sha256:c8257b4e523f34b4ae6c6816d7685a39eabe0bd8c8bccb2c5befbacaed47f911 dependencies: - check_tag - - build_cloudflared_macos cache: paths: - .cache/pip @@ -89,6 +88,7 @@ build_cloudflared_macos_tagged_release: vault: gitlab/cloudflare/tun/cloudflared/_dev/cfd_github_api_key/data@kv file: false before_script: + - sudo apt-get update && apt-get install -y go-boring=1.22.10-1 build-essential python3-dev libffi-dev python3-setuptools python3-pip python3-venv - python3 --version ; pip --version # For debugging - pip install virtualenv - /home/gitlab-runner/.local/bin/virtualenv venv