File tree Expand file tree Collapse file tree 1 file changed +24
-3
lines changed
Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Original file line number Diff line number Diff line change 1010 CARGO_TERM_COLOR : always
1111
1212jobs :
13- ubuntu-amd64-build :
13+ ubuntu-linux- amd64-build :
1414 runs-on : ubuntu-latest
1515
1616 steps :
2828 LICENSE
2929 README.md
3030
31- ubuntu-arm64-build :
31+ ubuntu-linux- arm64-build :
3232 runs-on : ubuntu-latest
3333
3434 steps :
4949 LICENSE
5050 README.md
5151
52- macos-build :
52+ ubuntu-windows-amd64-build :
53+ runs-on : ubuntu-latest
54+
55+ steps :
56+ - uses : actions/checkout@v4
57+ - name : Cache dependencies
58+ uses : Swatinem/rust-cache@v2.7.3
59+ - uses : actions-rs/cargo@v1
60+ with :
61+ use-cross : true
62+ command : build
63+ args : --all --release --target=x86_64-pc-windows-gnu
64+ - name : Artefacts
65+ uses : actions/upload-artifact@v4
66+ with :
67+ name : cloudflareddns-windows-${{ runner.arch }}
68+ path : |
69+ target/**/cloudflareddns
70+ LICENSE
71+ README.md
72+
73+ macos-arm64-build :
5374 runs-on : macos-latest
5475
5576 steps :
You can’t perform that action at this time.
0 commit comments