mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-27 14:37:17 +00:00
Add arm and arm64 builds (#256)
* Add arm and arm64 builds Signed-off-by: danielsimkus <daniel.simkus@carandclassic.com> * Added arm and arm64 to client, and switched to goarm 7 Signed-off-by: danielsimkus <daniel.simkus@carandclassic.com>
This commit is contained in:
@@ -22,8 +22,10 @@ builds:
|
||||
- windows
|
||||
goarch:
|
||||
- amd64
|
||||
- arm
|
||||
- arm64
|
||||
goarm:
|
||||
- "6"
|
||||
- "7"
|
||||
main: ./cmd/inbucket
|
||||
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
|
||||
- id: inbucket-client
|
||||
@@ -37,8 +39,10 @@ builds:
|
||||
- windows
|
||||
goarch:
|
||||
- amd64
|
||||
- arm
|
||||
- arm64
|
||||
goarm:
|
||||
- "6"
|
||||
- "7"
|
||||
main: ./cmd/client
|
||||
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user