Skip to content

Commit

Permalink
Merge remote-tracking branch 'github-origin/VAL-6.1' into VAL-6.1
Browse files Browse the repository at this point in the history
SergeiShtepa committed Oct 30, 2023
2 parents 0afb329 + 46e7921 commit cb55977
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -66,10 +66,10 @@ jobs:
<<: *shared
docker:
- image: library/ubuntu:jammy
ubuntu2210:
ubuntu2310:
<<: *shared
docker:
- image: library/ubuntu:kinetic
- image: library/ubuntu:mantic

workflows:
build-deb:
@@ -79,4 +79,4 @@ workflows:
- debian12
- ubuntu2004
- ubuntu2204
- ubuntu2210
- ubuntu2310
4 changes: 3 additions & 1 deletion .github/workflows/Kernel-module.yml
Original file line number Diff line number Diff line change
@@ -32,9 +32,11 @@ jobs:
image: "library/debian:bullseye"
- kversion: "6.1"
image: "library/debian:bookworm"
- kversion: "last stable"
image: "library/debian:sid"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install packages required
run: |
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install packages required
run: |
4 changes: 3 additions & 1 deletion .github/workflows/build-other-archs.yml
Original file line number Diff line number Diff line change
@@ -26,19 +26,21 @@ jobs:
name: ${{ matrix.arch }}

strategy:
fail-fast: false
matrix:
include:
- arch: aarch64
- arch: ppc64le
- arch: s390x
- arch: armv7
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2
name: Build
id: build
with:
arch: ${{ matrix.arch }}
distro: bullseye

# Not required, but speeds up builds
githubToken: ${{ github.token }}

0 comments on commit cb55977

Please sign in to comment.