Skip to content

Commit

Permalink
ubuntu_18.04: stop building unused variants
Browse files Browse the repository at this point in the history
Signed-off-by: Matias Elo <[email protected]>
  • Loading branch information
MatiasElo committed Mar 8, 2024
1 parent ae5654f commit 5353de2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: ['ubuntu_18.04-arm64',
'ubuntu_18.04-i386',
'ubuntu_18.04-x86_64',
image: ['ubuntu_18.04-i386',
'ubuntu_20.04-arm64',
'ubuntu_20.04-armhf',
'ubuntu_20.04-ppc64el',
Expand Down Expand Up @@ -82,8 +80,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: ['ubuntu_18.04-arm64-native',
'ubuntu_20.04-arm64-native',
image: ['ubuntu_20.04-arm64-native',
'ubuntu_20.04-arm64-native-dpdk_19.11',
'ubuntu_20.04-arm64-native-dpdk_20.11',
'ubuntu_20.04-arm64-native-dpdk_21.11',
Expand Down

0 comments on commit 5353de2

Please sign in to comment.