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

Commit

Permalink
Updates README to reference the actual ix.ai image
Browse files Browse the repository at this point in the history
  • Loading branch information
tlex committed Jan 19, 2020
1 parent 784f251 commit b504ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN echo "Hello, my CPU architecture is $(uname -m)"
```yaml
variables:
CI_BUILD_ARCHS: "linux/arm/v7,linux/arm64,linux/amd64"
CI_BUILD_IMAGE: "registry.gitlab.com/ericvh/docker-buildx-qemu"
CI_BUILD_IMAGE: "ixdotai/docker-buildx-qemu:latest"

build:
image: $CI_BUILD_IMAGE
Expand Down

0 comments on commit b504ea8

Please sign in to comment.