Skip to content

Commit 96ef41b

Browse files
committed
Add Ubuntu 22.04
1 parent 73349c0 commit 96ef41b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
subarch: [ppc64le]
15-
image: [ ubuntu@21.10, ubuntu@21.04, ubuntu@20.04, ubuntu@18.04, ubuntu@16.04, fedora@35, fedora@34, fedora@33, korg@11.1.0, korg@10.3.0, korg@9.3.0, korg@5.5.0 ]
15+
image: [ ubuntu@22.04, ubuntu@21.10, ubuntu@21.04, ubuntu@20.04, ubuntu@18.04, ubuntu@16.04, fedora@35, fedora@34, fedora@33, korg@11.1.0, korg@10.3.0, korg@9.3.0, korg@5.5.0 ]
1616

1717
env:
1818
SUBARCH: ${{ matrix.subarch }}

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ env:
1515

1616
jobs:
1717
include:
18+
- os: linux
19+
arch: ppc64le
20+
env: SUBARCH=ppc64le IMAGE=ubuntu@22.04
21+
name: ppc64le@ubuntu@22.04
1822
- os: linux
1923
arch: ppc64le
2024
env: SUBARCH=ppc64le IMAGE=ubuntu@21.10

0 commit comments

Comments
 (0)