Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build.yml to fix build for armv5 without fpu #1459

Open
wants to merge 40 commits into
base: Meta
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
0a4570b
fix: group filter touch provider
Jun 7, 2022
eea9a12
fix: 规则匹配默认策略组返回错误
Jun 9, 2022
a5acd3a
refactor: clear linkname,reduce cycle dependencies,transport init geo…
Jun 10, 2022
7d04904
fix: leak dns when domain in hosts list
Jun 10, 2022
d1decb8
Update README.md
bash99 Jun 15, 2022
691cf1d
Merge pull request #94 from bash99/Meta
wwqgtxx Jun 15, 2022
10d2d14
Merge branch 'Beta' into Meta
Jul 2, 2022
0703d6c
Merge pull request #173 from MetaCubeX/Alpha
suzukua Aug 29, 2022
33abbdf
Merge pull request #174 from MetaCubeX/Alpha
suzukua Aug 29, 2022
3a8eb72
Merge branch 'Alpha' into Beta
Aug 29, 2022
5987f8e
Merge branch 'Beta' into Meta
Aug 29, 2022
c7aa164
Merge branch 'Alpha' into Beta
stitchrs Nov 2, 2022
2ad84f4
Merge branch 'Beta' into Meta
stitchrs Nov 2, 2022
f968d0c
chore: update github action
Nov 26, 2022
9e20f9c
chore: update dependencies
stitchrs Nov 28, 2022
dfbe098
Update README.md
Dec 3, 2022
667f42d
Merge pull request #282 from tdjnodj/Meta
stitchrs Dec 3, 2022
3b76a8b
Merge remote-tracking branch 'origin/Alpha' into Beta
stitchrs Jan 1, 2023
fa73b0f
Merge remote-tracking branch 'origin/Beta' into Meta
stitchrs Jan 1, 2023
a1d0f22
fix: update flake.nix hash
Rasphino Jan 7, 2023
3645fbf
Merge pull request #327 from Rasphino/Meta
stitchrs Jan 7, 2023
78aaea6
Merge branch 'Alpha' into Beta
stitchrs Jan 11, 2023
b9ffc82
Merge branch 'Beta' into Meta
stitchrs Jan 11, 2023
f4b0062
Merge branch 'Alpha' into Beta
stitchrs Jan 11, 2023
d9692c6
Merge branch 'Beta' into Meta
stitchrs Jan 11, 2023
8a75f78
chore: adjust Dockerfile
stitchrs Jan 11, 2023
53b41ca
Chore: Add action for deleting old workflow
Larvan2 Jan 30, 2023
0ba4158
Merge branch 'Alpha' into Beta
wwqgtxx Feb 18, 2023
8293b7f
Merge branch 'Beta' into Meta
wwqgtxx Feb 18, 2023
253b023
Merge branch 'Alpha' into Meta
wwqgtxx Nov 3, 2023
bda71db
Merge branch 'Alpha' into Meta
wwqgtxx Dec 3, 2023
dc2108c
Merge branch 'Alpha' into Meta
Larvan2 Jan 2, 2024
a034421
Merge branch 'Alpha' into Meta
Larvan2 Feb 2, 2024
582e94f
Merge branch 'Alpha' into Meta
Larvan2 Mar 27, 2024
e27d7c0
Merge branch 'Alpha' into Meta
Larvan2 Mar 29, 2024
8194730
Merge branch 'refs/heads/Alpha' into Meta
Larvan2 Apr 29, 2024
48e481d
Merge branch 'Alpha' into Meta
github-actions[bot] May 19, 2024
4277dc6
Merge branch 'Alpha' into Meta
github-actions[bot] Jul 1, 2024
0128a0b
Merge branch 'Alpha' into Meta
github-actions[bot] Jul 28, 2024
29a13d7
Update build.yml to fix build for armv5 without fpu
zusterben Aug 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/Delete.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Delete old workflow runs
on:
schedule:
- cron: '0 0 1 * *'
# Run monthly, at 00:00 on the 1st day of month.

jobs:
del_runs:
runs-on: ubuntu-latest
steps:
- name: Delete workflow runs
uses: GitRML/delete-workflow-runs@main
with:
token: ${{ secrets.AUTH_PAT }}
repository: ${{ github.repository }}
retain_days: 30
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- { goos: linux, goarch: amd64, goamd64: v1, output: amd64-compatible, test: test }
- { goos: linux, goarch: amd64, goamd64: v3, output: amd64 }
- { goos: linux, goarch: arm64, output: arm64 }
- { goos: linux, goarch: arm, goarm: '5', output: armv5 }
- { goos: linux, goarch: arm, goarm: '5,softfloat', output: armv5 }
- { goos: linux, goarch: arm, goarm: '6', output: armv6 }
- { goos: linux, goarch: arm, goarm: '7', output: armv7 }
- { goos: linux, goarch: mips, mips: hardfloat, output: mips-hardfloat }
Expand Down Expand Up @@ -485,4 +485,4 @@ jobs:
linux/arm64
linux/arm/v7
tags: ${{ steps.meta_release.outputs.tags }}
labels: ${{ steps.meta_release.outputs.labels }}
labels: ${{ steps.meta_release.outputs.labels }}