Skip to content

Commit

Permalink
build(goreleaser): build context changed for docker images need sbin/…
Browse files Browse the repository at this point in the history
… prefix on copy binary
  • Loading branch information
maier committed Aug 15, 2023
1 parent 97cbbac commit 301ee5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builds/docker/arm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors && \
update-ca-certificates

COPY circonus-unified-agentd /
COPY sbin/circonus-unified-agentd /
COPY etc/example-circonus-unified-agent.conf /etc/circonus-unified-agent/circonus-unified-agent.conf

# control default plugins in a container - disable but allow override
Expand Down
2 changes: 1 addition & 1 deletion builds/docker/x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors && \
update-ca-certificates

COPY circonus-unified-agentd /
COPY sbin/circonus-unified-agentd /
COPY etc/example-circonus-unified-agent.conf /etc/circonus-unified-agent/circonus-unified-agent.conf

# control default plugins in a container - disable but allow override
Expand Down

0 comments on commit 301ee5f

Please sign in to comment.