Skip to content

Commit

Permalink
Remove Ubuntu Kinetic check on ARM64
Browse files Browse the repository at this point in the history
We stopped to build packages for Ubuntu Kinetic on ARM64 due to the
limited support of PostgreSQL versions and the EOL of Kinetic in a few
weeks. This patch removes the check for up-to-date packages for this
version.
  • Loading branch information
jnidzwetzki committed Jun 30, 2023
1 parent a7be1cc commit 9bbf521
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/apt-arm-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ jobs:
fail-fast: false
matrix:
# Debian images: 10 (buster), 11 (bullseye)
# Ubuntu images: 20.04 LTS (focal), 22.04 (jammy), 22.10 (kinetic)
# Ubuntu images: 20.04 LTS (focal), 22.04 (jammy)
image: [ "debian:10-slim","debian:11-slim","ubuntu:focal", "ubuntu:jammy"]
pg: [ 12, 13, 14, 15 ]
include:
- image: "ubuntu:kinetic"
pg: 14

steps:
- name: Setup emulation
Expand Down

0 comments on commit 9bbf521

Please sign in to comment.