Dax Raad 7 месяцев назад
Родитель
Сommit
d288d21330
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      packages/opencode/script/publish.ts

+ 1 - 0
packages/opencode/script/publish.ts

@@ -27,6 +27,7 @@ const GOARCH: Record<string, string> = {
 const targets = [
   ["linux", "arm64"],
   ["linux", "x64"],
+  ["linux", "x64-baseline"],
   ["darwin", "x64"],
   ["darwin", "arm64"],
   ["windows", "x64"],