There was an error while loading. Please reload this page.
1 parent fd57961 commit b513b8eCopy full SHA for b513b8e
.github/workflows/unstable.yml
@@ -13,9 +13,9 @@ jobs:
13
matrix:
14
include:
15
- architecture: amd64
16
- runner: ubuntu-22.04
+ runner: ubuntu-24.04
17
- architecture: arm64
18
- runner: hosted-ubuntu-2204-arm64-mini
+ runner: ubuntu24-arm64-4-16
19
20
runs-on: ${{ matrix.runner }}
21
@@ -31,12 +31,12 @@ jobs:
31
run: |
32
sudo snap install snapcraft --classic
33
34
+ - uses: canonical/setup-lxd@v0.1.2
35
- name: Build Snap
36
env:
- SNAPCRAFT_BUILD_ENVIRONMENT: host
37
SNAPCRAFT_BUILD_INFO: 1
38
39
- sudo snapcraft --destructive-mode
+ sudo snapcraft
40
41
- name: Upload
42
if: github.repository == 'redis/redis-snap'
0 commit comments