Skip to content

Commit

Permalink
Merge pull request #215 from signalwire/gha
Browse files Browse the repository at this point in the history
[GHA] Remove unsupported build targets.
  • Loading branch information
andywolk authored Jul 23, 2024
2 parents 1769030 + 34d2430 commit bcaa08f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 286 deletions.
95 changes: 0 additions & 95 deletions .github/docker/centos/7/amd64/Dockerfile

This file was deleted.

51 changes: 0 additions & 51 deletions .github/docker/debian/buster/amd64/Dockerfile

This file was deleted.

51 changes: 0 additions & 51 deletions .github/docker/debian/buster/arm32v7/Dockerfile

This file was deleted.

51 changes: 0 additions & 51 deletions .github/docker/debian/buster/arm64v8/Dockerfile

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
version:
- bookworm
- bullseye
- buster
platform:
- name: amd64
runner: ubuntu-latest
Expand Down Expand Up @@ -60,48 +59,11 @@ jobs:
# REPO_USERNAME: 'signalwire'
# REPO_PASSWORD: ${{ secrets.REPOTOKEN }}

rpm:
name: 'RPM'
permissions:
id-token: write
contents: read
uses: signalwire/actions-template/.github/workflows/cicd-docker-build-and-distribute.yml@main
strategy:
# max-parallel: 1
fail-fast: false
matrix:
os:
- centos
version:
- 7
platform:
- name: amd64
runner: ubuntu-latest
with:
RUNNER: ${{ matrix.platform.runner }}
ARTIFACTS_PATTERN: '.*\.(rpm)$'
DOCKERFILE: .github/docker/${{ matrix.os }}/${{ matrix.version }}/${{ matrix.platform.name }}/Dockerfile
MAINTAINER: 'Andrey Volk <andrey@signalwire.com>'
META_FILE_PATH_PREFIX: /var/www/libks/${{ github.ref_name }}/${{ github.run_id }}-${{ github.run_number }}
PLATFORM: ${{ matrix.platform.name }}
# REPO_DOMAIN: freeswitch.signalwire.com
TARGET_ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.version }}-${{ matrix.platform.name }}-artifact
UPLOAD_BUILD_ARTIFACTS: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.title, ':upload-artifacts') }}
secrets:
GH_BOT_DEPLOY_TOKEN: ${{ secrets.PAT }}
HOSTNAME: ${{ secrets.HOSTNAME }}
PROXY_URL: ${{ secrets.PROXY_URL }}
USERNAME: ${{ secrets.USERNAME }}
TELEPORT_TOKEN: ${{ secrets.TELEPORT_TOKEN }}
# REPO_USERNAME: ${{ secrets.FSAUSER }}
# REPO_PASSWORD: ${{ secrets.FSAPASS }}

meta:
name: 'Publish build data to meta-repo'
if: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.title, ':upload-artifacts') }}
needs:
- deb
- rpm
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit bcaa08f

Please sign in to comment.