Skip to content

Commit 6a01620

Browse files
committed
Build packages for Ubuntu Oracular
1 parent ecabda4 commit 6a01620

File tree

5 files changed

+816
-0
lines changed

5 files changed

+816
-0
lines changed

.github/workflows.src/build.targets.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,18 @@ targets:
4343
family: debian
4444
runs_on: [package-builder, self-hosted, linux, arm64]
4545
docker_arch: linux/arm64
46+
- name: ubuntu-oracular-x86_64
47+
arch: x86_64
48+
platform: ubuntu
49+
platform_version: oracular
50+
family: debian
51+
runs_on: [package-builder, self-hosted, linux, x64]
52+
- name: ubuntu-oracular-aarch64
53+
arch: aarch64
54+
platform: ubuntu
55+
platform_version: oracular
56+
family: debian
57+
runs_on: [package-builder, self-hosted, linux, arm64]
4658
- name: ubuntu-focal-x86_64
4759
arch: x86_64
4860
platform: ubuntu

.github/workflows/dryrun.yml

Lines changed: 148 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)