Skip to content

Commit e8a716f

Browse files
committed
Enabled build on all platforms
1 parent ba16581 commit e8a716f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Dockerfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ RUN apt-get update && \
88
ENV PROJ_DIR /go/src/github.com/l0rd/docker-unit
99

1010
ENV PLATFORMS ' \
11-
# darwin/386 \
11+
darwin/386 \
1212
darwin/amd64 \
13-
# freebsd/386 \
14-
# freebsd/amd64 \
15-
# freebsd/arm \
16-
# linux/386 \
17-
# linux/amd64 \
18-
# linux/arm \
19-
# windows/386 \
20-
# windows/amd64 \
13+
freebsd/386 \
14+
freebsd/amd64 \
15+
freebsd/arm \
16+
linux/386 \
17+
linux/amd64 \
18+
linux/arm \
19+
windows/386 \
20+
windows/amd64 \
2121
'
2222

2323
RUN sh -c 'mkdir -p $PROJ_DIR'

0 commit comments

Comments
 (0)