File tree 4 files changed +17
-7
lines changed
4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 22
22
run : gh pr merge --auto --merge "$PR_URL"
23
23
env :
24
24
PR_URL : ${{github.event.pull_request.html_url}}
25
- GH_TOKEN : ${{secrets.GITHUB_TOKEN}}
25
+ GH_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 22
22
include :
23
23
- os : ubuntu-latest
24
24
target : x86_64-unknown-linux-gnu
25
-
25
+
26
26
- os : ubuntu-latest
27
27
target : aarch64-unknown-linux-gnu
28
28
31
31
32
32
- os : macOS-latest
33
33
target : aarch64-apple-darwin
34
-
34
+
35
35
runs-on : ${{ matrix.os }}
36
36
steps :
37
37
- uses : actions/checkout@v4
@@ -40,15 +40,15 @@ jobs:
40
40
with :
41
41
toolchain : stable
42
42
targets : ${{ matrix.target }}
43
-
43
+
44
44
- name : Build binary
45
45
uses : houseabsolute/actions-rust-cross@v0
46
46
with :
47
47
command : build
48
48
target : ${{ matrix.target }}
49
49
args : " --locked --release"
50
50
strip : true
51
-
51
+
52
52
- name : Run the binary
53
53
if : matrix.target != 'aarch64-unknown-linux-gnu'
54
- run : ./target/${{ matrix.target }}/release/gitrack -p /tmp
54
+ run : ./target/${{ matrix.target }}/release/gitrack -p /tmp
Original file line number Diff line number Diff line change 50
50
with :
51
51
toolchain : stable
52
52
targets : ${{ matrix.platform.target }}
53
-
53
+
54
54
- name : Build binary
55
55
uses : houseabsolute/actions-rust-cross@v0
56
56
with :
Original file line number Diff line number Diff line change
1
+ <!-- START OF TOC !DO NOT EDIT THIS CONTENT MANUALLY-->
2
+ ** Table of Contents** * generated with [ mtoc] ( https://github.com/containerscrew/mtoc ) *
3
+ - [ Changelog] ( #changelog )
4
+ - [[ 2.2.0] - 2025-02-14] ( #[2.2.0]---2025-02-14 )
5
+ - [[ 2.1.1] - 2025-02-14] ( #[2.1.1]---2025-02-14 )
6
+ - [[ 2.1.0] - 2025-02-14] ( #[2.1.0]---2025-02-14 )
7
+ - [[ 2.0.0] - 2024-08-23] ( #[2.0.0]---2024-08-23 )
8
+ - [[ 1.1.0] - 2024-08-23] ( #[1.1.0]---2024-08-23 )
9
+ - [[ 1.0.0] - 2024-08-22] ( #[1.0.0]---2024-08-22 )
10
+ <!-- END OF TOC -->
1
11
# Changelog
2
12
3
13
All notable changes to this project will be documented in this file.
You can’t perform that action at this time.
0 commit comments