diff MODULE.bazel @ 24:7d3fa1a7a854

[GuiZe] Support x86 chip for bun.
author June Park <parkjune1995@gmail.com>
date Tue, 07 Oct 2025 09:13:29 -0700
parents fa2b8af609d9
children fb9bcd3145cb
line wrap: on
line diff
--- a/MODULE.bazel	Tue Oct 07 08:55:40 2025 -0700
+++ b/MODULE.bazel	Tue Oct 07 09:13:29 2025 -0700
@@ -16,3 +16,8 @@
   url = "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-aarch64.zip",
   sha256 = "6a7a98c546d084a845deda62eb2a5b94a6a14a63ea81cf9186d46bf55bf910a9",
 )
+http_file(
+  name = "bun_linux_x86_zip",
+  url = "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64.zip",
+  sha256 = "cf0ed0a920799d576ffde4e0cae66d732bf23c2530407f26f59c7831dffe1f0e",
+)