-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.goreleaser.yaml
More file actions
46 lines (37 loc) · 1.16 KB
/
Copy path.goreleaser.yaml
File metadata and controls
46 lines (37 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
project_name: Print2Go
builds:
- main: ./src/Print2Go.go
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
- mipsle
gomips:
- softfloat
dockers:
- image_templates:
- ghcr.io/chepo92/print2go:{{ .Version }}
dockerfile: docker/Dockerfile
build_flag_templates:
- --label=org.opencontainers.image.title={{ .ProjectName }}
- --label=org.opencontainers.image.description=Print2Go Remote Printer Control
- --label=org.opencontainers.image.url=https://github.com/chepo92/Print2Go
- --label=org.opencontainers.image.source=https://github.com/chepo92/Print2Go
- --label=org.opencontainers.image.version={{ .Version }}
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
- --label=org.opencontainers.image.revision={{ .FullCommit }}
- --label=org.opencontainers.image.licenses=GPLv3
nfpms:
- maintainer: Axel Sepulveda
description: Lightweight remote 3D printer control server.
homepage: https://github.com/chepo92/Print2Go
license: GPLv3
formats:
- deb
- rpm
- apk