Skip to content

Commit

Permalink
add ghcr repo to readme and change arm/v8 to arm64/v8
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Jun 15, 2024
1 parent 36def7c commit 4b127ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/v2-lts.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
---

# Reference examples
# - https://docs.docker.com/build/ci/github-actions/push-multi-registries/
# - https://github.com/crazy-max/docker-linguist/blob/master/.github/workflows/build.yml

name: Docker - v2 LTS

on:
Expand Down Expand Up @@ -100,7 +94,7 @@ jobs:
- linux/amd64
- linux/arm/v6
- linux/arm/v7
- linux/arm/v8
- linux/arm64/v8
- linux/i386
- linux/ppc64le
- linux/riscv64
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Source behind the following images:
- DockerHub https://hub.docker.com/r/composer/composer (community)
- DockerHub Binary-only images https://hub.docker.com/r/composer/composer (community, see `-bin` suffixed tags, [read more about it](https://blog.codito.dev/2022/11/composer-binary-only-docker-images/))
- AWS ECR https://gallery.ecr.aws/composer/composer (community)
- GHCR https://github.com/composer/docker/pkgs/container/docker (community)

Docker Hub documentation can be found at https://github.com/docker-library/docs/tree/master/composer

Expand Down

0 comments on commit 4b127ec

Please sign in to comment.