File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - uses : actions/checkout@v4
8+ - name : Pull
9+ run : docker build . -t debian
810 - name : Build
9- run : |
10- docker build . -t debian
11- docker run -v `pwd`:/io debian /io/run_docker_build.sh `id -u` `id -g`
11+ run : docker run -v `pwd`:/io debian /io/run_docker_build.sh `id -u` `id -g`
1212 - name : Upload
1313 if : startsWith(github.ref, 'refs/tags/')
1414 run : |
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dpkg -e $DEB
3131dpkg -x $DEB .
3232
3333# modify ot version
34- OT_VERSION=" 1.24 -1"
34+ OT_VERSION=" 1.25 -1"
3535OT_MODVERSION=" $OT_VERSION$code "
3636sed -i -e " s/$OT_VERSION /$OT_MODVERSION /" DEBIAN/control
3737
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ usage()
1111parent_dir=` readlink -f $0 `
1212parent_dir=` dirname $parent_dir `
1313
14- triplets=" ubuntu:oracular:xUbuntu_24.10 ubuntu:noble:xUbuntu_24.04 ubuntu:jammy:xUbuntu_22.04 debian:bullseye:Debian_11 debian:bookworm:Debian_12"
14+ triplets=" ubuntu:plucky:xUbuntu_25.04 ubuntu:noble:xUbuntu_24.04 ubuntu:jammy:xUbuntu_22.04 debian:bullseye:Debian_11 debian:bookworm:Debian_12"
1515cd /tmp
1616for triplet in ${triplets}
1717do
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Components: main
1010Contents: . .gz .bz2
1111SignWith: 79357215ABB6E1BE42A1D9CB491167B96D820097
1212
13- Codename: oracular
13+ Codename: plucky
1414Architectures: amd64 source
1515Components: main
1616Contents: . .gz .bz2
You can’t perform that action at this time.
0 commit comments