Skip to content

Commit

Permalink
Add RISC-V 64 image
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 committed May 22, 2024
1 parent 8f2f9c1 commit 0d371da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- "linux/arm/v6"
- "linux/arm/v7"
- "linux/arm64/v8"
- "linux/riscv64"

steps:
- name: Checkout repository
Expand Down Expand Up @@ -148,28 +149,32 @@ jobs:
--amend qbittorrentofficial/qbittorrent-nox:latest-linux-amd64 \
--amend qbittorrentofficial/qbittorrent-nox:latest-linux-arm-v6 \
--amend qbittorrentofficial/qbittorrent-nox:latest-linux-arm-v7 \
--amend qbittorrentofficial/qbittorrent-nox:latest-linux-arm64-v8
--amend qbittorrentofficial/qbittorrent-nox:latest-linux-arm64-v8 \
--amend qbittorrentofficial/qbittorrent-nox:latest-linux-riscv64
docker manifest create \
qbittorrentofficial/qbittorrent-nox:latest \
--amend qbittorrentofficial/qbittorrent-nox:latest-linux-386 \
--amend qbittorrentofficial/qbittorrent-nox:latest-linux-amd64 \
--amend qbittorrentofficial/qbittorrent-nox:latest-linux-arm-v6 \
--amend qbittorrentofficial/qbittorrent-nox:latest-linux-arm-v7 \
--amend qbittorrentofficial/qbittorrent-nox:latest-linux-arm64-v8
--amend qbittorrentofficial/qbittorrent-nox:latest-linux-arm64-v8 \
--amend qbittorrentofficial/qbittorrent-nox:latest-linux-riscv64
docker manifest create \
ghcr.io/qbittorrent/docker-qbittorrent-nox:${{ env.QBT_VERSION }}-${{ env.TAG_RELEASE_NUMBER }} \
--amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-386 \
--amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-amd64 \
--amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-arm-v6 \
--amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-arm-v7 \
--amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-arm64-v8
--amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-arm64-v8 \
--amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-riscv64
docker manifest create \
ghcr.io/qbittorrent/docker-qbittorrent-nox:latest \
--amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-386 \
--amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-amd64 \
--amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-arm-v6 \
--amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-arm-v7 \
--amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-arm64-v8
--amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-arm64-v8 \
--amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-riscv64
- name: Upload to registries
run: |
Expand Down
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Repository on GitHub: https://github.com/qbittorrent/docker-qbittorrent-nox
* linux/arm/v6
* linux/arm/v7
* linux/arm64/v8
* linux/riscv64

## Reporting bugs

Expand Down

0 comments on commit 0d371da

Please sign in to comment.