Skip to content

Commit

Permalink
(misc) Remove support for EOL distributions
Browse files Browse the repository at this point in the history
Signed-off-by: R.I.Pienaar <[email protected]>
  • Loading branch information
ripienaar committed Jul 2, 2024
1 parent 8d95f23 commit 3a8cf8c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 133 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ on:
- cron: "40 5 * * *"

jobs:
el7_64:
runs-on: ubuntu-latest
steps:
- name: EL7 Installation Tests
shell: bash
run: docker run --entrypoint=/bin/install-choria.sh registry.choria.io/choria/packager:el7-go1.21

el8_64:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -40,13 +33,6 @@ jobs:
shell: bash
run: docker run --entrypoint=/bin/install-choria.sh registry.choria.io/choria/packager:focal-go1.21

buster_64:
runs-on: ubuntu-latest
steps:
- name: Buster Installation Tests
shell: bash
run: docker run --entrypoint=/bin/install-choria.sh registry.choria.io/choria/packager:buster-go1.21

bullseye_64:
runs-on: ubuntu-latest
steps:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ on:
- cron: "40 0 * * *"

jobs:
el7_64:
runs-on: ubuntu-latest
steps:
- name: Build
uses: choria-io/actions/packager@main
with:
build_package: el7_64
packager_tag: el7-go1.21
version: nightly

el8_64:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -92,7 +82,6 @@ jobs:

upload:
needs:
- el7_64
- el8_64
- el9_64
- linux_tarball
Expand Down
66 changes: 0 additions & 66 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ on:
- '*'

jobs:
el7_64:
runs-on: ubuntu-latest
steps:
- name: Build
uses: choria-io/actions/packager@main
with:
build_package: el7_64
packager_tag: el7-go1.21
version: tag

el8_64:
runs-on: ubuntu-latest
steps:
Expand All @@ -35,16 +25,6 @@ jobs:
packager_tag: el9-go1.21
version: tag

el7_ppc64le:
runs-on: ubuntu-latest
steps:
- name: Build
uses: choria-io/actions/packager@main
with:
build_package: el7_ppc64le
packager_tag: el7-go1.21
version: tag

el8_ppc64le:
runs-on: ubuntu-latest
steps:
Expand All @@ -65,46 +45,6 @@ jobs:
packager_tag: el9-go1.21
version: tag

buster_armhf:
runs-on: ubuntu-latest
steps:
- name: Build
uses: choria-io/actions/packager@main
with:
build_package: buster_armhf
packager_tag: buster-go1.21
version: tag

buster_armel:
runs-on: ubuntu-latest
steps:
- name: Build
uses: choria-io/actions/packager@main
with:
build_package: buster_armel
packager_tag: buster-go1.21
version: tag

buster_64:
runs-on: ubuntu-latest
steps:
- name: Build
uses: choria-io/actions/packager@main
with:
build_package: buster_64
packager_tag: buster-go1.21
version: tag

buster_aarch64:
runs-on: ubuntu-latest
steps:
- name: Build
uses: choria-io/actions/packager@main
with:
build_package: buster_aarch64
packager_tag: buster-go1.21
version: tag

bookworm_64:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -263,12 +203,6 @@ jobs:
- bullseye_aarch64
- bullseye_armel
- bullseye_armhf
- buster_64
- buster_aarch64
- buster_armel
- buster_armhf
- el7_64
- el7_ppc64le
- el8_64
- el8_ppc64le
- el9_64
Expand Down
42 changes: 0 additions & 42 deletions packager/buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,24 +138,6 @@ foss:
os: windows
format: zip

el7_32:
template: el/el7
dist: el7
target_arch: i686
binary: 32bit_linux

el7_64:
template: el/el7
dist: el7
target_arch: x86_64
binary: 64bit_linux

el7_ppc64le:
template: el/el7
dist: el7
target_arch: ppc64le
binary: ppc64le_linux

el8_64:
template: el/el8
dist: el8
Expand Down Expand Up @@ -216,30 +198,6 @@ foss:
binary: aarch64_linux
distro: jammy

buster_64:
template: debian/generic
target_arch: x86_64-linux-gnu
binary: 64bit_linux
distro: buster

buster_armel:
template: debian/generic
target_arch: arm-linux-gnueabi
binary: armv5_linux
distro: buster

buster_armhf:
template: debian/generic
target_arch: arm-linux-gnueabihf
binary: armv7_linux
distro: buster

buster_aarch64:
template: debian/generic
target_arch: aarch64-linux-gnu
binary: aarch64_linux
distro: buster

bullseye_armel:
template: debian/generic
target_arch: arm-linux-gnueabi
Expand Down

0 comments on commit 3a8cf8c

Please sign in to comment.