Skip to content

Commit

Permalink
remove non-debug Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
  • Loading branch information
kradalby committed Feb 7, 2024
1 parent b752038 commit 3448a96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 43 deletions.
20 changes: 10 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ kos:
- linux/arm/v5
tags:
- latest
- '{{ .Tag }}'
- '{{ .Major }}.{{ .Minor }}.{{ .Patch }}'
- '{{ .Major }}.{{ .Minor }}'
- '{{ .Major }}'
- '{{ if not .Prerelease }}stable{{ end }}'
- "{{ .Tag }}"
- "{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- "{{ .Major }}.{{ .Minor }}"
- "{{ .Major }}"
- "{{ if not .Prerelease }}stable{{ end }}"

- id: dockerhub
build: headscale
Expand All @@ -115,11 +115,11 @@ kos:
- linux/arm/v5
tags:
- latest
- '{{ .Tag }}'
- '{{ .Major }}.{{ .Minor }}.{{ .Patch }}'
- '{{ .Major }}.{{ .Minor }}'
- '{{ .Major }}'
- '{{ if not .Prerelease }}stable{{ end }}'
- "{{ .Tag }}"
- "{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- "{{ .Major }}.{{ .Minor }}"
- "{{ .Major }}"
- "{{ if not .Prerelease }}stable{{ end }}"

checksum:
name_template: "checksums.txt"
Expand Down
33 changes: 0 additions & 33 deletions Dockerfile

This file was deleted.

0 comments on commit 3448a96

Please sign in to comment.