From 40ac93e6fc89a868a9ba28251bccaf1bfcf93212 Mon Sep 17 00:00:00 2001 From: Marcel Hernandez Date: Mon, 24 Jun 2024 13:11:54 +0200 Subject: [PATCH] attempt linux/riscv64 build --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a52e85..0a86bce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,6 @@ jobs: cache-from: type=registry,ref=1maa/bitcoin:v${{ matrix.knots-version }} cache-to: type=inline context: . - platforms: linux/amd64,linux/arm64,linux/arm/v7 + platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/riscv64 push: true tags: 1maa/bitcoin:v${{ matrix.knots-version }} diff --git a/README.md b/README.md index ba7fad4..1c0d5a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Docker Knots -Docker images of [Bitcoin Knots](https://bitcoinknots.org/) for the `linux/amd64`, `linux/arm64` and `linux/arm/v7` architectures. +Docker images of [Bitcoin Knots](https://bitcoinknots.org/) for the `linux/amd64`, `linux/arm64`, `linux/arm/v7` and `linux/riscv64` architectures. The images are based on [Alpine Linux](https://alpinelinux.org/) and run bitcoind without a configuration file.