Skip to content

Commit cb1b401

Browse files
authored
Add support for RISC-V
1 parent ad14ac9 commit cb1b401

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
context: .
5050
file: ./Dockerfile
51-
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/s390x,linux/ppc64le
51+
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/s390x,linux/ppc64le,linux/riscv64
5252
push: true
5353
tags: |
5454
erisamoe/cloudflared:latest

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The public image currently supports:
1717
| `linux/arm/v6` | `armel` | Older 32-bit ARM hardware. Mostly Raspberry Pi 1/0/0W but there may be others. |
1818
| `linux/s390x` | `IBM Z` | [Linux on IBM Z](https://en.wikipedia.org/wiki/Linux_on_IBM_Z) for IBM mainframes, most notably [IBM Cloud](https://www.ibm.com/uk-en/cloud). |
1919
| `linux/ppc64le` | `ppc64el` | Tested on [IBM Cloud Power Systems Virtual Server](https://www.ibm.com/uk-en/products/power-virtual-server)
20+
| `linux/riscv64` | `riscv64` | CPUs from the future. Tested on [Scaleway Labs RV1](https://labs.scaleway.com/en/em-rv1/).
2021

2122
The public image corresponding to this Dockerfile is `erisamoe/cloudflared` and should work in mostly the same way as the [official image](https://hub.docker.com/r/cloudflare/cloudflared).
2223

0 commit comments

Comments
 (0)