mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-11 08:06:35 +00:00

This change seeks to push an arm64 built image to dockerhub for arm users to run. This should spin cloudflared on arm machines without the warning WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
14 lines
264 B
Plaintext
14 lines
264 B
Plaintext
images:
|
|
- name: cloudflared
|
|
dockerfile: Dockerfile.$ARCH
|
|
context: .
|
|
versions:
|
|
- latest
|
|
registries:
|
|
- name: docker.io/cloudflare
|
|
user: env:DOCKER_USER
|
|
password: env:DOCKER_PASSWORD
|
|
architectures:
|
|
- amd64
|
|
- arm64
|