Skip to content

Commit

Permalink
Update container build instructions to include deploy key command
Browse files Browse the repository at this point in the history
  • Loading branch information
faern authored and Pururun committed Jan 3, 2024
1 parent a22a0ae commit 0f0049c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion building/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ Build and publish the container image. Tag it with the github hash of the curren
This also adds the container GPG signatures to the sigstore and commits that to git.
The single sigstore addition (signed) commit can be pushed directly to the main branch without PR.
```
# Builds a new container image, pushes it to the registry, signs it and commits the signatures in git
./build-and-publish-container-image.sh (linux|android)
git push # Pushes the new sigstore entry

# Pushes the new sigstore entry
GIT_SSH_COMMAND="ssh -i /path/to/deploy-key" git push
```

When satisfied with how the new image works, the `building/{linux,android}-container-image.txt`
Expand Down

0 comments on commit 0f0049c

Please sign in to comment.