mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
5 lines
145 B
Bash
Executable File
5 lines
145 B
Bash
Executable File
#!/bin/bash
|
|
goreleaser build --snapshot --clean
|
|
mv dist/**/* dist/
|
|
docker buildx build --platform linux/amd64,linux/arm64,linux/s390x -t nezha .
|