Skip linter for now
Some checks failed
Run tests / test (1.25) (push) Successful in 5s
Run tests / test (stable) (push) Successful in 6s
Run tests / build (push) Failing after 1m38s

This commit is contained in:
2026-02-23 08:58:47 +01:00
parent 2c6b739f9b
commit 60a49a1022
5 changed files with 54 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
FROM alpine:3
WORKDIR /opt/hamview
COPY ../../etc /etc/hamview
COPY ../../build/hamview-collector /opt/hamview/bin/hamview-collector
ENTRYPOINT ["bin/hamview-collector"]
CMD [ "executable" ]

View File

@@ -0,0 +1,6 @@
FROM alpine:3
WORKDIR /opt/hamview
COPY ../../etc /etc/hamview
COPY ../../build/hamview-receiver /opt/hamview/bin/hamview-receiver
ENTRYPOINT ["bin/hamview-receiver"]
CMD [ "protocol" ]

View File

@@ -159,7 +159,7 @@ func run(ctx context.Context, command *cli.Command) error {
)
ON CONFLICT (public_key)
DO UPDATE
SET
SET
name = $3,
local_time = $4,
last_heard = $6,