Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed May 9, 2023
1 parent efaa025 commit ab6559b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/RELEASE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@
1. Bump the latest version on [Beacon](https://beacon.ferretdb.io).
2. Publish and announce blog post.
3. Tweet, toot.
4. Update NixOS package.
4. Update NixOS package: <https://github.com/NixOS/nixpkgs/tree/master/pkgs/servers/nosql/ferretdb>.
5. Update Civo package: <https://github.com/civo/kubernetes-marketplace/tree/master/ferretdb>.
2 changes: 2 additions & 0 deletions build/docker/all-in-one.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ RUN --mount=type=cache,target=/cache \
RUN --mount=type=cache,target=/cache <<EOF
set -ex

git status

RACE=false
if test "$TARGETARCH" = "amd64"
then
Expand Down
2 changes: 2 additions & 0 deletions build/docker/development.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ RUN --mount=type=cache,target=/cache \
RUN --mount=type=cache,target=/cache <<EOF
set -ex

git status

RACE=false
if test "$TARGETARCH" = "amd64"
then
Expand Down
2 changes: 2 additions & 0 deletions build/docker/production.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ RUN --mount=type=cache,target=/cache \
RUN --mount=type=cache,target=/cache <<EOF
set -ex

git status

# check that stdlib was cached
go install -v -race=false std

Expand Down

0 comments on commit ab6559b

Please sign in to comment.