Skip to content

Commit ab1d241

Browse files
committed
fix: Use Ubuntu 22.04
1 parent e193868 commit ab1d241

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/release-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545

4646
linux-release-test:
47-
runs-on: ubuntu-latest
47+
runs-on: ubuntu-22.04
4848
steps:
4949
- name: Install packages
5050
run: |

.github/workflows/tagpr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
linux-assets:
6464
needs: tagpr
6565
if: needs.tagpr.outputs.tagpr-tag != ''
66-
runs-on: ubuntu-latest
66+
runs-on: ubuntu-22.04
6767
steps:
6868
- name: Install packages
6969
run: |

.goreleaser/linux.yml

+4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ builds:
2727
- goos: linux
2828
goarch: arm64
2929
goamd64: ""
30+
goarm: v8.0
3031
gomips: ""
32+
env:
33+
- CC=aarch64-linux-gnu-gcc
34+
- CXX=aarch64-linux-gnu-g++
3135
archives:
3236
-
3337
id: tbls-archive

0 commit comments

Comments
 (0)