1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-27 05:33:59 +00:00

Removing branch constraints on when to expose build assets (#359)

* Removing branch constraints on when to expose build assets

* updating to snap 5.0

* adding more snapcraft 5.0 specific updates

* installing multipass

* fixing syntax error

* switching from using a VM via multipass to using lxd

* trying the official snap build actions

* fixing error

* commenting out the snapcraft version

* testing the new changes to the snapcraft.yml file

* nameing the build snap task

* naming the build snap task
This commit is contained in:
Joseph Flinn
2021-08-11 15:38:05 -07:00
committed by GitHub
parent 380d4ea28e
commit 45eaa24b0c
3 changed files with 28 additions and 16 deletions

View File

@@ -11,6 +11,7 @@ apps:
parts:
bw:
plugin: dump
source: bw-linux-$SNAPCRAFT_PROJECT_VERSION.zip
prepare: |
source: ./bw-linux-$SNAPCRAFT_PROJECT_VERSION.zip
override-build: |
chmod +x bw
snapcraftctl build