Skip to content

Commit

Permalink
Rebuild worker images (#3035)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterebden authored Jan 11, 2024
1 parent 259220b commit 66ca7a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build-alpine:
working_directory: ~/please
docker:
- image: thoughtmachine/please_alpine:20230903
- image: thoughtmachine/please_alpine:20240111
resource_class: large
environment:
PLZ_ARGS: "-p --profile ci --profile alpine --exclude no-musl"
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
# Releases to github and homebrew
release:
docker:
- image: thoughtmachine/please_docs:20230116
- image: thoughtmachine/please_docs:20240111
environment:
GOOGLE_APPLICATION_CREDENTIALS=/tmp/service_account.json
steps:
Expand All @@ -293,7 +293,7 @@ jobs:
# Releases the docs and the binaries to s3 for please.build and get.please.build
release-s3:
docker:
- image: thoughtmachine/please_docs:20230116
- image: thoughtmachine/please_docs:20240111
environment:
GOOGLE_APPLICATION_CREDENTIALS=/tmp/service_account.json
steps:
Expand Down
1 change: 1 addition & 0 deletions tools/release_signer/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
go_binary(
name = "release_signer",
srcs = ["main.go"],
static = CONFIG.OS == "linux",
visibility = [
"//package/...",
"//tools/javac_worker:all",
Expand Down

0 comments on commit 66ca7a7

Please sign in to comment.