Skip to content

Commit 9d90df3

Browse files
authored
Merge pull request #1026 from vsbogd/add-release-for-linux-arm
Enable Linux arm64 release
2 parents 774d272 + 225d5a0 commit 9d90df3

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ jobs:
8383
python-version: ${{ inputs.python-version }}
8484

8585
- name: Install CMake
86-
uses: jwlawson/actions-setup-cmake@v2
86+
uses: lukka/get-cmake@v4.1.1
8787
with:
88-
cmake-version: ${{ inputs.cmake-version }}
88+
cmakeVersion: ${{ inputs.cmake-version }}
8989

9090
- name: Install Conan
9191
uses: turtlebrowser/get-conan@v1.2

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: ["ubuntu-22.04", "macos-13", "macos-14"]
24-
max-parallel: 3
23+
os: ["ubuntu-22.04", "macos-13", "macos-14", "ubuntu-24.04-arm"]
24+
max-parallel: 4
2525

2626
steps:
2727
- name: Checkout source code

docs/DEVELOPMENT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ a production release then proceed with `Publish to PyPi` block.
8888

8989
## How to check release job in fork
9090

91+
If you don't need to test publishing or Docker building procedures just run
92+
release workflow manually. Otherwise you need to trigger release as usual.
93+
9194
First you need to select the test release version. It should contain an
9295
additional version digit after the latest officially released version. Let's
9396
say the latest released version is `0.1.7`. Then the test release version

0 commit comments

Comments
 (0)