Browse code

Don't build Darwin 32-bit binaries

The last 32-bit OS X computers were built in 2006,
so we probably don't need these anymore.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2015/12/22 08:08:18
Showing 4 changed files
... ...
@@ -91,7 +91,7 @@ ENV GOPATH /go:/go/src/github.com/docker/docker/vendor
91 91
 # Compile Go for cross compilation
92 92
 ENV DOCKER_CROSSPLATFORMS \
93 93
 	linux/386 linux/arm \
94
-	darwin/amd64 darwin/386 \
94
+	darwin/amd64 \
95 95
 	freebsd/amd64 freebsd/386 freebsd/arm \
96 96
 	windows/amd64 windows/386
97 97
 
... ...
@@ -121,9 +121,9 @@ following URL patterns:
121 121
 
122 122
 For example:
123 123
 
124
-    https://get.docker.com/builds/Linux/i386/docker-1.6.0
124
+    https://get.docker.com/builds/Linux/i386/docker-1.9.1
125 125
 
126
-    https://get.docker.com/builds/Linux/x86_64/docker-1.6.0
126
+    https://get.docker.com/builds/Linux/x86_64/docker-1.9.1
127 127
 
128 128
 
129 129
 ### Get the Mac OS X binary
... ...
@@ -131,26 +131,20 @@ For example:
131 131
 The Mac OS X binary is only a client. You cannot use it to run the `docker`
132 132
 daemon. To download the latest version for Mac OS X, use the following URLs:
133 133
 
134
-    https://get.docker.com/builds/Darwin/i386/docker-latest
135
-    
136 134
     https://get.docker.com/builds/Darwin/x86_64/docker-latest
137 135
 
138 136
 To download a specific version for Mac OS X, use the
139 137
 following URL patterns:
140 138
 
141
-    https://get.docker.com/builds/Darwin/i386/docker-<version>
142
-    
143 139
     https://get.docker.com/builds/Darwin/x86_64/docker-<version>
144 140
 
145 141
 For example:
146 142
 
147
-    https://get.docker.com/builds/Darwin/i386/docker-1.6.0
148
-
149
-    https://get.docker.com/builds/Darwin/x86_64/docker-1.6.0
143
+    https://get.docker.com/builds/Darwin/x86_64/docker-1.9.1
150 144
 
151 145
 ### Get the Windows binary
152 146
  
153
-You can only download the Windows client binary for version `1.6.0` onwards.
147
+You can only download the Windows client binary for version `1.9.1` onwards.
154 148
 Moreover, the binary is only a client, you cannot use it to run the `docker` daemon.
155 149
 To download the latest version for Windows, use the following URLs:
156 150
 
... ...
@@ -166,9 +160,9 @@ To download a specific version for Windows, use the following URL pattern:
166 166
 
167 167
 For example:
168 168
 
169
-    https://get.docker.com/builds/Windows/i386/docker-1.6.0.exe
169
+    https://get.docker.com/builds/Windows/i386/docker-1.9.1.exe
170 170
 
171
-    https://get.docker.com/builds/Windows/x86_64/docker-1.6.0.exe
171
+    https://get.docker.com/builds/Windows/x86_64/docker-1.9.1.exe
172 172
 
173 173
 
174 174
 ## Run the Docker daemon
... ...
@@ -318,7 +318,6 @@ echo "We have just pushed $VERSION to $(s3_url). You can download it with the fo
318 318
 echo
319 319
 echo "Linux 64bit binary: $(s3_url)/builds/Linux/x86_64/docker-$VERSION"
320 320
 echo "Darwin/OSX 64bit client binary: $(s3_url)/builds/Darwin/x86_64/docker-$VERSION"
321
-echo "Darwin/OSX 32bit client binary: $(s3_url)/builds/Darwin/i386/docker-$VERSION"
322 321
 echo "Linux 64bit tgz: $(s3_url)/builds/Linux/x86_64/docker-$VERSION.tgz"
323 322
 echo "Windows 64bit client binary: $(s3_url)/builds/Windows/x86_64/docker-$VERSION.exe"
324 323
 echo "Windows 32bit client binary: $(s3_url)/builds/Windows/i386/docker-$VERSION.exe"
... ...
@@ -255,8 +255,9 @@ way to get some useful links for sharing:
255 255
 echo "Ubuntu/Debian: curl -sSL https://test.docker.com/ | sh"
256 256
 echo "Linux 64bit binary: https://test.docker.com/builds/Linux/x86_64/docker-${VERSION#v}"
257 257
 echo "Darwin/OSX 64bit client binary: https://test.docker.com/builds/Darwin/x86_64/docker-${VERSION#v}"
258
-echo "Darwin/OSX 32bit client binary: https://test.docker.com/builds/Darwin/i386/docker-${VERSION#v}"
259 258
 echo "Linux 64bit tgz: https://test.docker.com/builds/Linux/x86_64/docker-${VERSION#v}.tgz"
259
+echo "Windows 64bit client binary: https://test.docker.com/builds/Windows/x86_64/docker-${VERSION#v}.exe"
260
+echo "Windows 32bit client binary: https://test.docker.com/builds/Windows/i386/docker-${VERSION#v}.exe"
260 261
 ```
261 262
 
262 263
 We recommend announcing the release candidate on: