Skip to content

Commit

Permalink
Update Dockerfile (#17)
Browse files Browse the repository at this point in the history
Added darwin goos value to build in macos
  • Loading branch information
chefgs authored Jul 25, 2024
1 parent 618c888 commit 75a1719
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 @@ -9,8 +9,10 @@ LABEL org.opencontainers.image.licenses=MIT
# Set necessary environment variables needed for our image
ENV CGO_ENABLED=0 \
GOOS=linux \
GOOS=darwin \
GO111MODULE=on


# Move to working directory /linktoqr
WORKDIR /linktoqr

Expand Down

0 comments on commit 75a1719

Please sign in to comment.