mirror of
https://github.com/status-im/xgo.git
synced 2025-01-11 11:25:44 +00:00
Add container for Go 1.5 develop branch
This commit is contained in:
parent
fc7174aa2a
commit
619a9e50d0
@ -92,9 +92,10 @@ be retrieved and installed.
|
||||
|
||||
Additionally, a few wildcard release strings are also supported:
|
||||
|
||||
- `1.5.x` will use the latest point release of a specific Go version
|
||||
- `latest` will use the latest Go release (this is the default)
|
||||
- `develop` will use the master branch of the Go repository
|
||||
- `1.5.x` will use the latest point release of a specific Go version
|
||||
- `1.5-develop` will use the develop branch of a specific Go version
|
||||
- `develop` will use the develop branch of the entire Go repository
|
||||
|
||||
### Output prefixing
|
||||
|
||||
|
12
docker/go-1.5-develop/Dockerfile
Normal file
12
docker/go-1.5-develop/Dockerfile
Normal file
@ -0,0 +1,12 @@
|
||||
# Go cross compiler (xgo): Go 1.5 develop layer
|
||||
# Copyright (c) 2015 Péter Szilágyi. All rights reserved.
|
||||
#
|
||||
# Released under the MIT license.
|
||||
|
||||
FROM karalabe/xgo-base
|
||||
|
||||
MAINTAINER Péter Szilágyi <peterke@gmail.com>
|
||||
|
||||
# Clone and bootstrap the latest Go develop branch
|
||||
RUN $BOOTSTRAP_REPO release-branch.go1.5
|
||||
ENV GO_VERSION 152
|
Loading…
x
Reference in New Issue
Block a user