Skip to content

Commit

Permalink
Merge pull request #32 from kenriortega/development
Browse files Browse the repository at this point in the history
Development review thx @khorne07
  • Loading branch information
kenriortega authored Nov 8, 2021
2 parents 62675a7 + 942e3e7 commit efb6ef6
Show file tree
Hide file tree
Showing 21 changed files with 1,023 additions and 247 deletions.
13 changes: 13 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,19 @@ checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
# # For docker release
# dockers:
# -
# image_templates:
# - "kenriortega/ngonx:{{ .Tag }}"
# - "kenriortega/ngonx:v{{ .Major }}"
# - "kenriortega/ngonx:v{{ .Major }}.{{ .Minor }}"
# - "kenriortega/ngonx:latest"
# skip_push: true

# # Path to the Dockerfile (from the project root).
# dockerfile: Dockerfile.goreleaser
# use: docker
changelog:
sort: asc
filters:
Expand Down
5 changes: 5 additions & 0 deletions Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM alpine:latest
ENTRYPOINT ["/ngonxctl"]
COPY ngonxctl /
COPY ngonx.yaml ngonx.yaml
CMD ["proxy"]
1 change: 1 addition & 0 deletions cmd/cli/ui/assets/index.06768155.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cmd/cli/ui/assets/index.a1a76be5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit efb6ef6

Please sign in to comment.