File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
**
2
- ! .bashbrew-arch-to-goenv.sh
3
2
! go /go. *
4
3
! go /src /
5
4
! go /vendor /
5
+ ! scripts /bashbrew-arch-to-goenv.sh
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ENV BASHBREW_ARCHES \
20
20
s390x \
21
21
windows-amd64
22
22
23
- COPY . bashbrew-arch-to-goenv.sh /usr/local/bin/
23
+ COPY scripts/ bashbrew-arch-to-goenv.sh /usr/local/bin/
24
24
25
25
# https://github.com/estesp/manifest-tool/releases
26
26
ENV MANIFEST_TOOL_VERSION 1.0.2
@@ -36,7 +36,7 @@ RUN set -euxo pipefail; \
36
36
\
37
37
for bashbrewArch in $BASHBREW_ARCHES; do \
38
38
( \
39
- goEnv="$(. bashbrew-arch-to-goenv.sh "$bashbrewArch")"; eval "$goEnv"; \
39
+ goEnv="$(bashbrew-arch-to-goenv.sh "$bashbrewArch")"; eval "$goEnv"; \
40
40
srcBin="manifest-tool-$GOOS-$GOARCH"; \
41
41
if [ "$GOARCH" = 'arm' ]; then [ -n "$GOARM" ]; srcBin="${srcBin}v$GOARM"; fi; \
42
42
[ "$GOOS" = 'windows' ] && ext='.exe' || ext=; \
@@ -64,7 +64,7 @@ RUN set -euxo pipefail; \
64
64
\
65
65
for bashbrewArch in $BASHBREW_ARCHES; do \
66
66
( \
67
- goEnv="$(. bashbrew-arch-to-goenv.sh "$bashbrewArch")"; eval "$goEnv"; \
67
+ goEnv="$(bashbrew-arch-to-goenv.sh "$bashbrewArch")"; eval "$goEnv"; \
68
68
[ "$GOOS" = 'windows' ] && ext='.exe' || ext=; \
69
69
\
70
70
targetBin="bin/bashbrew-$bashbrewArch$ext"; \
File renamed without changes.
You can’t perform that action at this time.
0 commit comments