mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
Update snap base to core22 (#8224)
* Update snap base to core22 * Add version warnings to the workflows
This commit is contained in:
parent
c14091904b
commit
af2c75cb4b
3
.github/workflows/build-cli.yml
vendored
3
.github/workflows/build-cli.yml
vendored
@ -278,6 +278,9 @@ jobs:
|
||||
|
||||
snap:
|
||||
name: Build Snap
|
||||
# Note, before updating the ubuntu version of the workflow, ensure the snap base image
|
||||
# is equal or greater than the new version. Otherwise there might be GLIBC version issues.
|
||||
# The snap base for CLI is defined in `apps/cli/stores/snap/snapcraft.yaml`
|
||||
runs-on: ubuntu-22.04
|
||||
needs: [setup, cli]
|
||||
env:
|
||||
|
3
.github/workflows/build-desktop.yml
vendored
3
.github/workflows/build-desktop.yml
vendored
@ -124,6 +124,9 @@ jobs:
|
||||
|
||||
linux:
|
||||
name: Linux Build
|
||||
# Note, before updating the ubuntu version of the workflow, ensure the snap base image
|
||||
# is equal or greater than the new version. Otherwise there might be GLIBC version issues.
|
||||
# The snap base for desktop is defined in `apps/desktop/electron-builder.json`
|
||||
runs-on: ubuntu-22.04
|
||||
needs: setup
|
||||
env:
|
||||
|
@ -167,6 +167,7 @@
|
||||
},
|
||||
"snap": {
|
||||
"autoStart": true,
|
||||
"base": "core22",
|
||||
"confinement": "strict",
|
||||
"plugs": ["default", "password-manager-service"],
|
||||
"stagePackages": ["default"]
|
||||
|
Loading…
Reference in New Issue
Block a user