diff --git a/abin/update_container.sh b/abin/update_container.sh index 7ade0f4..822c229 100755 --- a/abin/update_container.sh +++ b/abin/update_container.sh @@ -5,4 +5,7 @@ docker build --ssh default -t movement-dev:latest -f Dockerfile.movement-dev . docker tag movement-dev:latest public.ecr.aws/c4i6k4r8/movement-dev:latest docker push public.ecr.aws/c4i6k4r8/movement-dev:latest +docker build --platform linux/amd64 --ssh default -t movement-dev:latest-amd -f Dockerfile.movement-dev . +docker tag movement-dev:latest public.ecr.aws/c4i6k4r8/movement-dev:latest-amd +docker push public.ecr.aws/c4i6k4r8/movement-dev:latest-amd diff --git a/book/book/Prologue.html b/book/book/Prologue.html index 07884f5..94a4eaa 100644 --- a/book/book/Prologue.html +++ b/book/book/Prologue.html @@ -165,6 +165,9 @@
movement
CLI please head to docs.movementlabs.xyz.
+This book has an accompanying GitHub repository here. You can also navigate to it by clicking the icon on any page.
+
+diff --git a/book/book/index.html b/book/book/index.html index 07884f5..94a4eaa 100644 --- a/book/book/index.html +++ b/book/book/index.html @@ -165,6 +165,9 @@If you run into any issues, please use our Help Desk to file a bug report, request support, or search for additional documentation. We will attempt to provide timely support, prioritizing hackathon participants.
movement
CLI please head to docs.movementlabs.xyz.
+This book has an accompanying GitHub repository here. You can also navigate to it by clicking the icon on any page.
+
+diff --git a/book/book/print.html b/book/book/print.html index 462e4e3..b9b9bcd 100644 --- a/book/book/print.html +++ b/book/book/print.html @@ -164,6 +164,9 @@If you run into any issues, please use our Help Desk to file a bug report, request support, or search for additional documentation. We will attempt to provide timely support, prioritizing hackathon participants.
This book has an accompanying GitHub repository here. You can also navigate to it by clicking the icon on any page.
++If you run into any issues, please use our Help Desk to file a bug report, request support, or search for additional documentation. We will attempt to provide timely support, prioritizing hackathon participants.
+
This week kicks off our exploration of the Move language and Movement ecosystem. We will begin by introducing Move, setting up an appropriate developer environment, and covering the basics of the Move language. Many of the topics concerning the move language will be revisited in greater depth during Week 2.