Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ jobs:
if: ${{ inputs.release }}
with:
name: ${{ env.GIT_TAG }}-${{ github.run_number }}
draft: true
tag_name: ${{ env.GIT_TAG }}-${{ github.run_number }}
target_commitish: ${{ github.sha }}
body: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ docker buildx create --driver docker-container --name mybuilder --use --bootst
> nodes like we do in CI. See ["Set up remote builders" step](.github/workflows/release.yml)
> for more details.

If you just want to build packages only for your current platform, you can set
If you just want to build packages for your current platform, you can set
`LOCAL_PLATFORM=1` environment variable.

## Usage
Expand Down