mirror of
https://github.com/nezhahq/nezha.git
synced 2025-03-11 08:18:13 -04: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 .
|