mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Fix builds on m1 mac
Ensure that docker images gets build in x64 arch, and use nfpm instead of fpm
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# nfpm example config file
|
||||
#
|
||||
# check https://nfpm.goreleaser.com/configuration for detailed usage
|
||||
#
|
||||
name: "GoReplay"
|
||||
arch: "amd64"
|
||||
platform: "linux"
|
||||
version: "v1.3.1"
|
||||
section: "default"
|
||||
priority: "extra"
|
||||
provides:
|
||||
- goreplay
|
||||
maintainer: "Leonid Bugaev <hello@goreplay.org>"
|
||||
description: |
|
||||
GoReplay is the simplest and safest way to test your app using real traffic before you put it into production.
|
||||
vendor: "GoReplay"
|
||||
homepage: "https://goreplay.org"
|
||||
license: "AGPL"
|
||||
contents:
|
||||
- src: ./
|
||||
dst: /usr/local/bin
|
||||
type: dir
|
||||
Reference in New Issue
Block a user