change tag to x86 (#273)

* change tag to x86

tag of build image was changed by PR #268 from amd64 to x86 --- fix here to pick up latest build

* change tag to x86
This commit is contained in:
Kevin O'Brien 2020-08-26 14:14:59 -04:00 committed by GitHub
parent f278f08120
commit 11a5029c10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ seen in the docs folder. The Dockerfile is shown here.
[same-as-file]: <> (docs/docker-example/Dockerfile)
```
FROM onnxmlirczar/onnx-mlir-build:amd64
FROM onnxmlirczar/onnx-mlir-build:x86
WORKDIR /build
ENV HOME=/build

View File

@ -1,4 +1,4 @@
FROM onnxmlirczar/onnx-mlir-build:amd64
FROM onnxmlirczar/onnx-mlir-build:x86
WORKDIR /build
ENV HOME=/build