commit
This commit is contained in:
@@ -37,7 +37,6 @@ await Bun.file(`./dist/${pkg.name}/package.json`).write(
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
/*
|
|
||||||
const tasks = Object.entries(binaries).map(async ([name]) => {
|
const tasks = Object.entries(binaries).map(async ([name]) => {
|
||||||
if (process.platform !== "win32") {
|
if (process.platform !== "win32") {
|
||||||
await $`chmod -R 755 .`.cwd(`./dist/${name}`)
|
await $`chmod -R 755 .`.cwd(`./dist/${name}`)
|
||||||
@@ -53,7 +52,6 @@ const platforms = "linux/amd64,linux/arm64"
|
|||||||
const tags = [`${image}:${version}`, `${image}:${Script.channel}`]
|
const tags = [`${image}:${version}`, `${image}:${Script.channel}`]
|
||||||
const tagFlags = tags.flatMap((t) => ["-t", t])
|
const tagFlags = tags.flatMap((t) => ["-t", t])
|
||||||
await $`docker buildx build --platform ${platforms} ${tagFlags} --push .`
|
await $`docker buildx build --platform ${platforms} ${tagFlags} --push .`
|
||||||
*/
|
|
||||||
|
|
||||||
// registries
|
// registries
|
||||||
if (!Script.preview) {
|
if (!Script.preview) {
|
||||||
@@ -65,7 +63,6 @@ if (!Script.preview) {
|
|||||||
|
|
||||||
const [pkgver, _subver = ""] = Script.version.split(/(-.*)/, 2)
|
const [pkgver, _subver = ""] = Script.version.split(/(-.*)/, 2)
|
||||||
|
|
||||||
/*
|
|
||||||
// arch
|
// arch
|
||||||
const binaryPkgbuild = [
|
const binaryPkgbuild = [
|
||||||
"# Maintainer: dax",
|
"# Maintainer: dax",
|
||||||
@@ -179,7 +176,6 @@ if (!Script.preview) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
// Homebrew formula
|
// Homebrew formula
|
||||||
const homebrewFormula = [
|
const homebrewFormula = [
|
||||||
|
|||||||
Reference in New Issue
Block a user