From 5710b907263be8824cfdbd00b16260c9b9cc2189 Mon Sep 17 00:00:00 2001 From: Bryan Perdrizat Date: Tue, 29 Oct 2024 23:44:17 +0100 Subject: [PATCH] fix: use new buildx system Use parsa/qflex, as a more official name --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 1a274451ac..f37f965541 100755 --- a/build +++ b/build @@ -21,7 +21,7 @@ case $SIM in conan export-pkg $FLEXUS_ROOT $profile --name=$SIM -of out ;; docker) - docker build . -t qflex-image --build-arg DEBUG_MODE=${BUILD_TYPE} + docker buildx build -t parsa/qflex --build-arg DEBUG_MODE=${BUILD_TYPE} . ;; [cC][Qq]|qemu) pushd $QEMU_ROOT