From af4e4cd15a035e12a9f2f5d3f489edf924f62579 Mon Sep 17 00:00:00 2001 From: clabby Date: Mon, 9 Sep 2024 18:56:57 -0400 Subject: [PATCH] chore(release): Default to `amd64` platform on prestate artifacts build (#519) --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 548907ecf..6dd2b5dd9 100644 --- a/justfile +++ b/justfile @@ -128,4 +128,5 @@ build-client-prestate-asterisc kona_tag asterisc_tag out='./prestate-artifacts-a --output $OUTPUT_DIR \ --build-arg CLIENT_TAG={{kona_tag}} \ --build-arg ASTERISC_TAG={{asterisc_tag}} \ + --platform linux/amd64 \ .