|
26 | 26 | - "linux/arm/v6"
|
27 | 27 | - "linux/arm/v7"
|
28 | 28 | - "linux/arm64/v8"
|
| 29 | + - "linux/riscv64" |
29 | 30 |
|
30 | 31 | steps:
|
31 | 32 | - name: Checkout repository
|
@@ -148,28 +149,32 @@ jobs:
|
148 | 149 | --amend qbittorrentofficial/qbittorrent-nox:latest-linux-amd64 \
|
149 | 150 | --amend qbittorrentofficial/qbittorrent-nox:latest-linux-arm-v6 \
|
150 | 151 | --amend qbittorrentofficial/qbittorrent-nox:latest-linux-arm-v7 \
|
151 |
| - --amend qbittorrentofficial/qbittorrent-nox:latest-linux-arm64-v8 |
| 152 | + --amend qbittorrentofficial/qbittorrent-nox:latest-linux-arm64-v8 \ |
| 153 | + --amend qbittorrentofficial/qbittorrent-nox:latest-linux-riscv64 |
152 | 154 | docker manifest create \
|
153 | 155 | qbittorrentofficial/qbittorrent-nox:latest \
|
154 | 156 | --amend qbittorrentofficial/qbittorrent-nox:latest-linux-386 \
|
155 | 157 | --amend qbittorrentofficial/qbittorrent-nox:latest-linux-amd64 \
|
156 | 158 | --amend qbittorrentofficial/qbittorrent-nox:latest-linux-arm-v6 \
|
157 | 159 | --amend qbittorrentofficial/qbittorrent-nox:latest-linux-arm-v7 \
|
158 |
| - --amend qbittorrentofficial/qbittorrent-nox:latest-linux-arm64-v8 |
| 160 | + --amend qbittorrentofficial/qbittorrent-nox:latest-linux-arm64-v8 \ |
| 161 | + --amend qbittorrentofficial/qbittorrent-nox:latest-linux-riscv64 |
159 | 162 | docker manifest create \
|
160 | 163 | ghcr.io/qbittorrent/docker-qbittorrent-nox:${{ env.QBT_VERSION }}-${{ env.TAG_RELEASE_NUMBER }} \
|
161 | 164 | --amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-386 \
|
162 | 165 | --amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-amd64 \
|
163 | 166 | --amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-arm-v6 \
|
164 | 167 | --amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-arm-v7 \
|
165 |
| - --amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-arm64-v8 |
| 168 | + --amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-arm64-v8 \ |
| 169 | + --amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-riscv64 |
166 | 170 | docker manifest create \
|
167 | 171 | ghcr.io/qbittorrent/docker-qbittorrent-nox:latest \
|
168 | 172 | --amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-386 \
|
169 | 173 | --amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-amd64 \
|
170 | 174 | --amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-arm-v6 \
|
171 | 175 | --amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-arm-v7 \
|
172 |
| - --amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-arm64-v8 |
| 176 | + --amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-arm64-v8 \ |
| 177 | + --amend ghcr.io/qbittorrent/docker-qbittorrent-nox:latest-linux-riscv64 |
173 | 178 |
|
174 | 179 | - name: Upload to registries
|
175 | 180 | run: |
|
|
0 commit comments