Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ build/
pgp/keyrings/aptly2*.gpg
pgp/keyrings/aptly2*.gpg~
pgp/keyrings/.#*

dist/
21 changes: 21 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Check the documentation at https://goreleaser.com
before:
hooks:
- rm -rf ./dist
- go mod tidy
- go generate ./...
builds:
- env: [CGO_ENABLED=0]
goos:
- linux
goarch:
- amd64
- arm64

nfpms:
- file_name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}'
maintainer: 'Bobby Zhang'
license: MIT
formats:
- deb
- rpm
2 changes: 1 addition & 1 deletion system/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
azure-storage-blob
boto
requests==2.28.2
requests==2.32.2
requests-unixsocket
python-swiftclient
flake8
Expand Down