automation/build/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Use new location of dockerfiles.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
automation/build/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/automation/build/README.md b/automation/build/README.md
index 12a2b4af18..bd0c0e0418 100644
--- a/automation/build/README.md
+++ b/automation/build/README.md
@@ -100,12 +100,12 @@ such as openSUSE Tumbleweed. Login with the gitlab.com credentials.
```
docker login registry.gitlab.com/xen-project/xen
-make -C automation/build suse/opensuse-tumbleweed
+make -C automation/build opensuse/tumbleweed-x86_64
env CONTAINER_NO_PULL=1 \
CONTAINER=tumbleweed \
CONTAINER_ARGS='-e CC=gcc -e CXX=g++ -e debug=y' \
automation/scripts/containerize automation/scripts/build < /dev/null
-make -C automation/build suse/opensuse-tumbleweed PUSH=1
+make -C automation/build opensuse/tumbleweed-x86_64 PUSH=1
```
[BuildKit]: https://docs.docker.com/build/buildkit/
On Wed, 17 Jul 2024, Olaf Hering wrote: > Use new location of dockerfiles. > > Signed-off-by: Olaf Hering <olaf@aepfle.de> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> > --- > automation/build/README.md | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/automation/build/README.md b/automation/build/README.md > index 12a2b4af18..bd0c0e0418 100644 > --- a/automation/build/README.md > +++ b/automation/build/README.md > @@ -100,12 +100,12 @@ such as openSUSE Tumbleweed. Login with the gitlab.com credentials. > > ``` > docker login registry.gitlab.com/xen-project/xen > -make -C automation/build suse/opensuse-tumbleweed > +make -C automation/build opensuse/tumbleweed-x86_64 > env CONTAINER_NO_PULL=1 \ > CONTAINER=tumbleweed \ > CONTAINER_ARGS='-e CC=gcc -e CXX=g++ -e debug=y' \ > automation/scripts/containerize automation/scripts/build < /dev/null > -make -C automation/build suse/opensuse-tumbleweed PUSH=1 > +make -C automation/build opensuse/tumbleweed-x86_64 PUSH=1 > ``` > > [BuildKit]: https://docs.docker.com/build/buildkit/ >
© 2016 - 2026 Red Hat, Inc.