Skip to content

Commit

Permalink
fix: use new buildx system
Browse files Browse the repository at this point in the history
Use parsa/qflex, as a more official name
  • Loading branch information
branylagaffe committed Oct 29, 2024
1 parent c1cfab7 commit 5710b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5710b90

Please sign in to comment.