mirror of
https://github.com/cloudflare/cloudflared.git
synced 2026-01-11 19:57:05 +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
12 lines
261 B
Text
12 lines
261 B
Text
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
|