Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Adds images on quay.io
Browse files Browse the repository at this point in the history
  • Loading branch information
tlex committed Jan 25, 2020
1 parent fcd46ae commit 5514c39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variables:
DOCKER_DRIVER: overlay2
DOCKERHUB_REPO_PREFIX: ixdotai
DOCKERHUB_REPO_NAME: docker-buildx-qemu
QUAY_REPO_NAME: docker-buildx-qemu
ENABLE_ARM64: 'true'
ENABLE_ARMv7: 'false'

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Pipeline Status](https://gitlab.com/ix.ai/docker-buildx-qemu/badges/master/pipeline.svg)](https://gitlab.com/ix.ai/docker-buildx-qemu/)
[![Docker Stars](https://img.shields.io/docker/stars/ixdotai/docker-buildx-qemu.svg)](https://hub.docker.com/r/ixdotai/docker-buildx-qemu/)
[![Docker Pulls](https://img.shields.io/docker/pulls/ixdotai/docker-buildx-qemu.svg)](https://hub.docker.com/r/ixdotai/docker-buildx-qemu/)
[![Docker Repository on Quay](https://quay.io/repository/ix.ai/docker-buildx-qemu/status "Docker Repository on Quay")](https://quay.io/repository/ix.ai/docker-buildx-qemu)
[![Gitlab Project](https://img.shields.io/badge/GitLab-Project-554488.svg)](https://gitlab.com/ix.ai/docker-buildx-qemu/)

This Debian-based image allows you to easily build cross-platform images.
Expand Down Expand Up @@ -66,6 +67,7 @@ And the (partial) output:
* GitLab: https://gitlab.com/ix.ai/docker-buildx-qemu
* GitHub: https://github.com/ix-ai/docker-buildx-qemu
* Docker Hub: https://hub.docker.com/r/ixdotai/docker-buildx-qemu
* Quay: https://quay.io/repository/ix.ai/docker-buildx-qemu

## Credits:
This work is based on [ericvh/docker-buildx-qemu](https://gitlab.com/ericvh/docker-buildx-qemu)

0 comments on commit 5514c39

Please sign in to comment.