Skip to content

Commit

Permalink
Merge pull request #172 from v2tec/build-image-update
Browse files Browse the repository at this point in the history
update to build image with docker 17.05.0-ce and latest goreleaser
  • Loading branch information
stffabi authored Mar 2, 2018
2 parents b15df25 + 5a67cc5 commit fbf6c0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ version: 2
jobs:
build:
docker:
- image: v2tec/gobuilder:0.2.0_go1.7.4-glide0.12.3-goreleaser0.40.3-docker17.03.0
- image: v2tec/gobuilder:0.5.0_go1.7.4-glide0.12.3-goreleaser0.59.0-docker17.05.0
working_directory: /src
steps:
- checkout
- setup_remote_docker:
version: 17.03.0-ce
version: 17.05.0-ce
- run: git fetch --tags
- run: |
docker login -u $DOCKER_USER -p $DOCKER_PASS
Expand Down
6 changes: 4 additions & 2 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,14 @@ dockers:
binary: watchtower
image: v2tec/watchtower
dockerfile: dockerfile/amd64/Dockerfile
tag_template: "{{ .Version }}"
tag_templates:
- '{{ .Version }}'
-
goos: linux
goarch: arm
goarm: 6
binary: watchtower
image: v2tec/watchtower
dockerfile: dockerfile/armhf/Dockerfile
tag_template: "armhf-{{ .Version }}"
tag_templates:
- 'armhf-{{ .Version }}'

0 comments on commit fbf6c0d

Please sign in to comment.