Skip to content

Commit

Permalink
Update release instructions to remove -debug (#646)
Browse files Browse the repository at this point in the history
Leftover reference to the old `-debug` image and builds that we don't do
anymore.

Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
  • Loading branch information
markmandel and XAMPPRocky authored Nov 11, 2022
1 parent 6d95a56 commit 452bdf2
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions build/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Run `make` to submit the `cloudbuild.yaml` to [Google Cloud Build](https://cloud.google.com/build) and build the
release:

* Linux, Windows and macOS executable for both release and debug.
* Docker images for both release and debug.
* arm64 Linux, Windows and macOS executables.
* arm64 Linux Docker image.

If you need to pass extra arguments to the `make` target, the target comes with an `$(ARGS)` parameter than can be
used.
Expand All @@ -17,11 +17,8 @@ This `cloudbuild.yaml` assumes several things are set up in the project:
## Docker container repository

There needs to be a docker container repository called `release` already created in your
project, and the release images will create the Docker images therein. The images will be tagged with both ${version}
and ${version}-debug where the version is the version stored in Cargo.toml.

The ${version}-debug tagged version runs the debug binary of Quilkin, where the ${version} tag runs the production
release binary.
project, and the release images will create the Docker images therein. The images will be tagged with ${version}
where the version is the version stored in Cargo.toml.

To create this, run: `gcloud artifacts repositories create release --repository-format=docker --location=us`.

Expand Down

0 comments on commit 452bdf2

Please sign in to comment.