Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Linux build container (Golang 1.21.3 and Rust 1.75) #5645

Closed
wants to merge 2 commits into from
Closed
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
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
2 changes: 1 addition & 1 deletion building/linux-container-image.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ghcr.io/mullvad/mullvadvpn-app-build:4986f0398
ghcr.io/mullvad/mullvadvpn-app-build:1b882ccbc
Loading