We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c204ff commit 429ed75Copy full SHA for 429ed75
1 file changed
.github/workflows/release_binary.yaml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
build-amd64:
14
name: Create AMD64 Binary
15
- runs-on: ubuntu-22.04 # Using 22.04 of ubuntu to get the lowest version of glibc
+ runs-on: ubuntu-22.04 # Using 22.04 of ubuntu to get the lowest version of glibc while compiles govips 2.18
16
steps:
17
- name: Checkout code
18
uses: actions/checkout@v4
@@ -38,7 +38,7 @@ jobs:
38
39
build-arm64:
40
name: Create ARM64 Binary
41
- runs-on: ubuntu-22.04-arm # Using 22.04 of ubuntu to get the lowest version of glibc
+ runs-on: ubuntu-24.04-arm # Using 22.04 of ubuntu to get the lowest version of glibc while compiles govips 2.18
42
43
44
0 commit comments