We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a9a5a commit bb7a4f6Copy full SHA for bb7a4f6
.github/workflows/debian.yml
@@ -18,8 +18,8 @@ jobs:
18
architecture:
19
- platform: linux/amd64
20
runner: ubuntu-24.04
21
- - platform: linux/arm64
22
- runner: ubuntu-24.04-arm
+# - platform: linux/arm64
+# runner: ubuntu-24.04-arm
23
docker:
24
- image: ghcr.io/xrplf/ci/debian-bookworm:gcc-12
25
# - image: ghcr.io/xrplf/ci/debian-bookworm:gcc-13
@@ -31,7 +31,7 @@ jobs:
31
# - image: ghcr.io/xrplf/ci/debian-bookworm:clang-20
32
package:
33
- name: snappy
34
- version: 1.10.0
+ version: 1.1.10
35
runs-on: ${{ matrix.architecture.runner }}
36
container: ${{ matrix.docker.image }}
37
steps:
0 commit comments