Skip to content

Commit

Permalink
attempt linux/riscv64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
1ma committed Jun 24, 2024
1 parent eb59186 commit 40ac93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 40ac93e

Please sign in to comment.