Skip to content

Commit

Permalink
Fix missing COPY in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Oct 6, 2023
1 parent 1716f19 commit aa527eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ FROM --platform=$BUILDPLATFORM alpine:3.18.0 as binary
ARG TARGETPLATFORM

COPY target/x86_64-unknown-linux-musl/release/chirpstack-pulsar-integration /usr/bin/chirpstack-pulsar-integration-x86_64
COPY target/armv7-unknown-linux-musleabihf/release/chirpstack-pulsar-integration /usr/bin/chirpstack-pulsar-integration-armv7hf
COPY target/aarch64-unknown-linux-musl/release/chirpstack-pulsar-integration /usr/bin/chirpstack-pulsar-integration-aarch64


RUN case "$TARGETPLATFORM" in \
Expand Down

0 comments on commit aa527eb

Please sign in to comment.