Skip to content

Commit b513b8e

Browse files
authored
Switch build to LXD containers instead of host machine (redis#4)
1 parent fd57961 commit b513b8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/unstable.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
matrix:
1414
include:
1515
- architecture: amd64
16-
runner: ubuntu-22.04
16+
runner: ubuntu-24.04
1717
- architecture: arm64
18-
runner: hosted-ubuntu-2204-arm64-mini
18+
runner: ubuntu24-arm64-4-16
1919

2020
runs-on: ${{ matrix.runner }}
2121

@@ -31,12 +31,12 @@ jobs:
3131
run: |
3232
sudo snap install snapcraft --classic
3333
34+
- uses: canonical/setup-lxd@v0.1.2
3435
- name: Build Snap
3536
env:
36-
SNAPCRAFT_BUILD_ENVIRONMENT: host
3737
SNAPCRAFT_BUILD_INFO: 1
3838
run: |
39-
sudo snapcraft --destructive-mode
39+
sudo snapcraft
4040
4141
- name: Upload
4242
if: github.repository == 'redis/redis-snap'

0 commit comments

Comments
 (0)