Skip to content

Commit

Permalink
Merge pull request #66 from Fantu/v2-improve
Browse files Browse the repository at this point in the history
[stable-v2.0] improvements to github and circleci workflow
  • Loading branch information
SergeiShtepa authored Oct 30, 2023
2 parents 6d6a647 + 1810df6 commit 50c7381
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
<<: *shared
docker:
- image: library/ubuntu:jammy
ubuntu2210:
ubuntu2310:
<<: *shared
docker:
- image: library/ubuntu:kinetic
- image: library/ubuntu:mantic

workflows:
build-deb:
Expand All @@ -74,4 +74,4 @@ workflows:
- debian12
- ubuntu2004
- ubuntu2204
- ubuntu2210
- ubuntu2310
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false

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

- name: Install packages required
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-other-archs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,19 @@ on:
jobs:
build_job:
# The host should always be linux
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
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
Expand Down

0 comments on commit 50c7381

Please sign in to comment.