remove unused tools

This commit is contained in:
Monet Lee 2024-12-04 14:39:25 +08:00
parent d77e58bddb
commit 01d0e85a6e
12 changed files with 12 additions and 12 deletions

View File

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-api
# Optionally build your application if needed
RUN mage build ${BINS} check-free-memory seq || true
RUN mage build ${BINS} || true
# Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine

View File

@ -22,7 +22,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-crontask
# Optionally build your application if needed
RUN mage build ${BINS} check-free-memory seq || true
RUN mage build ${BINS} || true
# Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine

View File

@ -22,7 +22,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-msggateway
# Optionally build your application if needed
RUN mage build ${BINS} check-free-memory seq || true
RUN mage build ${BINS} || true
# Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine

View File

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-msgtransfer
# Optionally build your application if needed
RUN mage build ${BINS} check-free-memory seq || true
RUN mage build ${BINS} || true
# Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine

View File

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-push
# Optionally build your application if needed
RUN mage build ${BINS} check-free-memory seq || true
RUN mage build ${BINS} || true
# Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine

View File

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-rpc-auth
# Optionally build your application if needed
RUN mage build ${BINS} check-free-memory seq || true
RUN mage build ${BINS} || true
# Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine

View File

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-rpc-conversation
# Optionally build your application if needed
RUN mage build ${BINS} check-free-memory seq || true
RUN mage build ${BINS} || true
# Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine

View File

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-rpc-friend
# Optionally build your application if needed
RUN mage build ${BINS} check-free-memory seq || true
RUN mage build ${BINS} || true
# Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine

View File

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-rpc-group
# Optionally build your application if needed
RUN mage build ${BINS} check-free-memory seq || true
RUN mage build ${BINS} || true
# Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine

View File

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-rpc-msg
# Optionally build your application if needed
RUN mage build ${BINS} check-free-memory seq || true
RUN mage build ${BINS} || true
# Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine

View File

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-rpc-third
# Optionally build your application if needed
RUN mage build ${BINS} check-free-memory seq || true
RUN mage build ${BINS} || true
# Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine

View File

@ -21,7 +21,7 @@ RUN go install github.com/magefile/mage@v1.15.0
ENV BINS=openim-rpc-user
# Optionally build your application if needed
RUN mage build ${BINS} check-free-memory seq || true
RUN mage build ${BINS} || true
# Using Alpine Linux with Go environment for the final image
FROM golang:1.22-alpine