docs: correct image path and update docker build platforms

Update README image source from 'apollo' to 'ares' to reflect correct branding.
Add linux/arm64/v8 to Docker build platforms for broader ARM architecture support.
This commit is contained in:
Aryma
2026-04-14 17:48:29 +07:00
parent 30ea3db3c5
commit 9f0471b682
3 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ jobs:
org.opencontainers.image.source=${{ env.IMAGE_SOURCE }}
org.opencontainers.image.description=${{ env.IMAGE_DESCRIPTION }}
org.opencontainers.image.licenses=${{ env.IMAGE_LICENSE }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm64/v8
update_files:
runs-on: ubuntu-latest