Skip to content

Commit

Permalink
goreleaser: update (#6465)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Santos <nick.santos@docker.com>
  • Loading branch information
nicks authored Nov 8, 2024
1 parent 0482897 commit 3e9bfda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,15 @@ jobs:
resource_class: medium+
docker:
# keep image in sync with build.toast.yml
- image: docker/tilt-releaser@sha256:838b82383bab402b5a68c64d14f09558951230db3dc2f492fd3803581b5dcad6
- image: docker/tilt-releaser@sha256:4c9287b9e33c0448f9480fbdd921f18f7b795d282041157bccd473b01093e686
steps:
- setup_remote_docker
# https://discuss.circleci.com/t/arm-version-of-remote-docker/41624
- run: ssh remote-docker "sudo apt-get update; sudo apt-get install -y qemu-user-static binfmt-support"
- checkout
- run: make build-js
- run:
command: goreleaser --single-target --verbose --clean --skip=publish --snapshot
command: goreleaser --verbose --clean --skip=publish --snapshot
no_output_timeout: 20m
- slack/notify-on-failure:
only_for_branches: main
Expand All @@ -172,7 +172,7 @@ jobs:
resource_class: medium+
docker:
# keep image in sync with build.toast.yml
- image: docker/tilt-releaser@sha256:e626c30b4b6d42056182f530563eaf80df72441bc37f49e7a707395428aab725
- image: docker/tilt-releaser@sha256:4c9287b9e33c0448f9480fbdd921f18f7b795d282041157bccd473b01093e686
environment:
DOCKER_CLI_EXPERIMENTAL: enabled
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.toast.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# keep image in sync with .circleci/config.yml
image: docker/tilt-releaser@sha256:838b82383bab402b5a68c64d14f09558951230db3dc2f492fd3803581b5dcad6
image: docker/tilt-releaser@sha256:4c9287b9e33c0448f9480fbdd921f18f7b795d282041157bccd473b01093e686
location: /go/src/github.com/tilt-dev/tilt
command_prefix: set -euo pipefail
tasks:
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN set -exu \
&& apt update \
&& apt install -y docker-ce-cli=5:25.0.3-1~debian.11~bullseye docker-buildx-plugin

ENV GORELEASER_VERSION=v2.3.0
ENV GORELEASER_VERSION=v2.4.4
RUN set -exu \
&& URL="https://github.com/goreleaser/goreleaser/releases/download/${GORELEASER_VERSION}/goreleaser_Linux_x86_64.tar.gz" \
&& echo goreleaser URL: $URL \
Expand Down

0 comments on commit 3e9bfda

Please sign in to comment.