mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-04-27 09:06:34 +00:00

Once we introduced multi arch docker images, pinning cloudflared versions required suffixing -(arm64/amd64) to the cloudflared:version image tag. This change should fix that by adding specific versions to the cloudflare docker build cycle
13 lines
261 B
Plaintext
13 lines
261 B
Plaintext
images:
|
|
- name: cloudflared
|
|
dockerfile: Dockerfile.$ARCH
|
|
context: .
|
|
version_file: versions
|
|
registries:
|
|
- name: docker.io/cloudflare
|
|
user: env:DOCKER_USER
|
|
password: env:DOCKER_PASSWORD
|
|
architectures:
|
|
- amd64
|
|
- arm64
|