mirror of
https://github.com/Aryma-f4/Ares-mythic.git
synced 2026-06-12 21:24:11 +00:00
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:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user