File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 40
40
bin/anisette-server-aarch64.dbg
41
41
42
42
build-anisette-server-armv7 :
43
- runs-on : ubuntu-22.04
44
- container : ubuntu:23.04
43
+ runs-on : ubuntu-24.04
45
44
46
45
steps :
47
46
- name : Install dependencies
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
build-anisette-server-x86_64 :
10
- runs-on : ubuntu-22 .04
10
+ runs-on : ubuntu-24 .04
11
11
12
12
steps :
13
13
- uses : actions/checkout@v3
40
40
${{github.workspace}}/bin/anisette-server-x86_64.dbg
41
41
42
42
build-anisette-server-i686 :
43
- runs-on : ubuntu-22.04
44
- container : ubuntu:23.04
43
+ runs-on : ubuntu-24.04
45
44
46
45
steps :
47
46
- name : Install dependencies
Original file line number Diff line number Diff line change 1
1
# Base for builder
2
- FROM debian:unstable-slim AS builder
2
+ FROM debian:bookworm-20241202 AS builder
3
3
# Deps for builder
4
4
RUN apt-get update && apt-get install --no-install-recommends -y ca-certificates ldc git clang dub libz-dev \
5
5
&& apt-get clean \
You can’t perform that action at this time.
0 commit comments