Skip to content

Commit

Permalink
Add ARMv6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
P3TERX committed Feb 14, 2020
1 parent 1c2a025 commit 8ab3833
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build test
env:
PLATFORMS: linux/amd64,linux/386,linux/arm64,linux/arm/v7
PLATFORMS: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6
IMAGE_NAME: p3terx/aria2-pro
IMAGE_TAG: test
DOCKERFILE: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build and push
env:
PLATFORMS: linux/amd64,linux/386,linux/arm64,linux/arm/v7
PLATFORMS: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6
IMAGE_NAME: p3terx/aria2-pro
IMAGE_TAG: latest
DOCKERFILE: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A perfect Aria2 Docker image.

## Features

* Multi-architecture: `amd64`, `i386`, `arm64`, `armhf`
* Supported platforms: `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`
* Full Function: `Async DNS`, `BitTorrent`, `Firefox3 Cookie`, `GZip`, `HTTPS`, `Message Digest`, `Metalink`, `XML-RPC`, `SFTP`
* High BT download rate and speed.
* Get BitTorrent tracker automatically.
Expand Down

0 comments on commit 8ab3833

Please sign in to comment.