Skip to content

Commit

Permalink
Build docker image using Buildkite (#2400)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin authored Jan 21, 2022
1 parent 17f330d commit aa69178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion develop/buildkite/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM temporalio/base-ci-builder:1.1.0
FROM temporalio/base-ci-builder:1.2.0
WORKDIR /temporal
8 changes: 2 additions & 6 deletions develop/buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,11 @@ steps:

- wait

- label: ":golang: build without cgo"
- label: ":docker: build docker images"
agents:
queue: "default"
docker: "*"
command: "CGO_ENABLED=0 make bins"
plugins:
- docker-compose#v3.8.0:
run: build
config: ./develop/buildkite/docker-compose.yml
command: "docker build ."

- label: ":golang: unit test"
agents:
Expand Down

0 comments on commit aa69178

Please sign in to comment.