File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ FROM golang:1.11.3-alpine3.8 AS builder
3
3
RUN apk upgrade \
4
4
&& apk add git \
5
5
&& go get -ldflags '-w -s' \
6
- github.com/shadowsocks /go-shadowsocks2
6
+ github.com/ihciah /go-shadowsocks-magic
7
7
8
8
FROM alpine:3.8
9
9
10
- LABEL maintainer="mritd <mritd1234 @gmail.com>"
10
+ LABEL maintainer="ihciah <ihciah @gmail.com>"
11
11
12
12
RUN apk upgrade \
13
13
&& apk add bash tzdata \
14
14
&& rm -rf /var/cache/apk/*
15
15
16
- COPY --from=builder /go/bin/go-shadowsocks2 /usr/bin/shadowsocks
16
+ COPY --from=builder /go/bin/go-shadowsocks-magic /usr/bin/shadowsocks
17
17
18
18
ENTRYPOINT ["shadowsocks" ]
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ releases: linux macos win64 arm mips
24
24
chmod +x $(BINDIR ) /$(NAME ) -*
25
25
gzip $(BINDIR ) /$(NAME ) -linux
26
26
gzip $(BINDIR ) /$(NAME ) -macos
27
+ gzip $(BINDIR ) /$(NAME ) -arm
28
+ gzip $(BINDIR ) /$(NAME ) -mips
27
29
zip -m -j $(BINDIR ) /$(NAME ) -win64.zip $(BINDIR ) /$(NAME ) -win64.exe
28
30
29
31
clean :
You can’t perform that action at this time.
0 commit comments