Skip to content

Commit

Permalink
#23 Перевод на alpine из за проблем с сертификатами
Browse files Browse the repository at this point in the history
  • Loading branch information
thedemoncat committed Feb 6, 2022
1 parent a895dbd commit ce1b3b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ builds:
- darwin
- windows
goarch:
# - 386
- amd64
# - arm
# - arm64
dist: dist

checksum:
Expand All @@ -37,9 +34,9 @@ dockers:
- 'demoncat/{{.ProjectName}}:{{ .Tag }}'
- 'demoncat/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}'
- 'demoncat/{{.ProjectName}}:latest'
- 'ghcr.io/thedemoncat/{{.ProjectName}}:{{ .Tag }}'
- 'ghcr.io/thedemoncat/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}'
- 'ghcr.io/thedemoncat/{{.ProjectName}}:latest'
- 'ghcr.io/v8platform/{{.ProjectName}}:{{ .Tag }}'
- 'ghcr.io/v8platform/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}'
- 'ghcr.io/v8platform/{{.ProjectName}}:latest'
dockerfile: Dockerfile
ids:
- oneget
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM scratch
FROM alpine:latest
COPY oneget /
ENTRYPOINT ["/oneget"]

0 comments on commit ce1b3b2

Please sign in to comment.