Skip to content

Commit 9a99df3

Browse files
committed
Build Ubuntu 21.10 containers
1 parent bff823e commit 9a99df3

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.04, ubuntu@20.10, ubuntu@20.04, ubuntu@18.04, ubuntu@16.04, fedora@34, fedora@33, fedora@32, korg@11.1.0, korg@10.3.0, korg@9.3.0, korg@5.5.0 ]
15+
image: [ ubuntu@21.10, ubuntu@21.04, ubuntu@20.10, ubuntu@20.04, ubuntu@18.04, ubuntu@16.04, fedora@34, fedora@33, fedora@32, 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@21.10
21+
name: ppc64le@ubuntu@21.10
1822
- os: linux
1923
arch: ppc64le
2024
env: SUBARCH=ppc64le IMAGE=ubuntu@21.04

0 commit comments

Comments
 (0)