Commit ab1d241 1 parent e193868 commit ab1d241 Copy full SHA for ab1d241
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 44
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45
45
46
46
linux-release-test :
47
- runs-on : ubuntu-latest
47
+ runs-on : ubuntu-22.04
48
48
steps :
49
49
- name : Install packages
50
50
run : |
Original file line number Diff line number Diff line change 63
63
linux-assets :
64
64
needs : tagpr
65
65
if : needs.tagpr.outputs.tagpr-tag != ''
66
- runs-on : ubuntu-latest
66
+ runs-on : ubuntu-22.04
67
67
steps :
68
68
- name : Install packages
69
69
run : |
Original file line number Diff line number Diff line change @@ -27,7 +27,11 @@ builds:
27
27
- goos : linux
28
28
goarch : arm64
29
29
goamd64 : " "
30
+ goarm : v8.0
30
31
gomips : " "
32
+ env :
33
+ - CC=aarch64-linux-gnu-gcc
34
+ - CXX=aarch64-linux-gnu-g++
31
35
archives :
32
36
-
33
37
id : tbls-archive
You can’t perform that action at this time.
0 commit comments