feat(yeetfile): build GOARCH=ppc64le packages (#583)
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
0ed905fd4e
commit
c8635357dc
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
|||
$`npm run assets`;
|
||||
|
||||
["amd64", "arm64", "riscv64"].forEach(goarch => {
|
||||
[
|
||||
"amd64",
|
||||
"arm64",
|
||||
"ppc64le",
|
||||
"riscv64",
|
||||
].forEach(goarch => {
|
||||
[deb, rpm, tarball].forEach(method => method.build({
|
||||
name: "anubis",
|
||||
description: "Anubis weighs the souls of incoming HTTP requests and uses a sha256 proof-of-work challenge in order to protect upstream resources from scraper bots.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue