Skip to content

Commit

Permalink
fix maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Jan 22, 2024
1 parent ab04d29 commit 71c5040
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before:
- make build-frontend

builds:
- binary: listmonk
- binary: listmonk-tweaked
main: ./cmd
goos:
- linux
Expand Down Expand Up @@ -43,7 +43,7 @@ dockers:
goos: linux
goarch: amd64
ids:
- listmonk
- listmonk-tweaked
image_templates:
# - "{{ .Env.DOCKER_ORG }}/{{ .ProjectName }}:latest-amd64"
# - "{{ .Env.DOCKER_ORG }}/{{ .ProjectName }}:{{ .Tag }}-amd64"
Expand All @@ -67,7 +67,7 @@ dockers:
goos: linux
goarch: arm64
ids:
- listmonk
- listmonk-tweaked
image_templates:
# - "{{ .Env.DOCKER_ORG }}/{{ .ProjectName }}:latest-arm64v8"
# - "{{ .Env.DOCKER_ORG }}/{{ .ProjectName }}:{{ .Tag }}-arm64v8"
Expand All @@ -92,7 +92,7 @@ dockers:
goarch: arm
goarm: 6
ids:
- listmonk
- listmonk-tweaked
image_templates:
# - "{{ .Env.DOCKER_ORG }}/{{ .ProjectName }}:latest-armv6"
# - "{{ .Env.DOCKER_ORG }}/{{ .ProjectName }}:{{ .Tag }}-armv6"
Expand All @@ -117,7 +117,7 @@ dockers:
goarch: arm
goarm: 7
ids:
- listmonk
- listmonk-tweaked
image_templates:
# - "{{ .Env.DOCKER_ORG }}/{{ .ProjectName }}:latest-armv7"
# - "{{ .Env.DOCKER_ORG }}/{{ .ProjectName }}:{{ .Tag }}-armv7"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest
RUN apk --no-cache add ca-certificates tzdata
WORKDIR /listmonk
COPY listmonk .
COPY listmonk-tweaked listmonk
COPY config.toml.sample config.toml
COPY config-demo.toml .
CMD ["./listmonk"]
Expand Down

0 comments on commit 71c5040

Please sign in to comment.