Skip to content

Commit 3bc8dd0

Browse files
committed
Merge branch 'master' into release
2 parents c978669 + 64824ee commit 3bc8dd0

File tree

10 files changed

+7
-383
lines changed

10 files changed

+7
-383
lines changed

.drone.yml

-90
This file was deleted.

.github/docker/centos/7/amd64/Dockerfile

-95
This file was deleted.

.github/docker/debian/buster/amd64/Dockerfile

-51
This file was deleted.

.github/docker/debian/buster/arm32v7/Dockerfile

-51
This file was deleted.

.github/docker/debian/buster/arm64v8/Dockerfile

-51
This file was deleted.

.github/workflows/cicd.yml

-38
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
version:
3030
- bookworm
3131
- bullseye
32-
- buster
3332
platform:
3433
- name: amd64
3534
runner: ubuntu-latest
@@ -60,48 +59,11 @@ jobs:
6059
# REPO_USERNAME: 'signalwire'
6160
# REPO_PASSWORD: ${{ secrets.REPOTOKEN }}
6261

63-
rpm:
64-
name: 'RPM'
65-
permissions:
66-
id-token: write
67-
contents: read
68-
uses: signalwire/actions-template/.github/workflows/cicd-docker-build-and-distribute.yml@main
69-
strategy:
70-
# max-parallel: 1
71-
fail-fast: false
72-
matrix:
73-
os:
74-
- centos
75-
version:
76-
- 7
77-
platform:
78-
- name: amd64
79-
runner: ubuntu-latest
80-
with:
81-
RUNNER: ${{ matrix.platform.runner }}
82-
ARTIFACTS_PATTERN: '.*\.(rpm)$'
83-
DOCKERFILE: .github/docker/${{ matrix.os }}/${{ matrix.version }}/${{ matrix.platform.name }}/Dockerfile
84-
MAINTAINER: 'Andrey Volk <[email protected]>'
85-
META_FILE_PATH_PREFIX: /var/www/libks/${{ github.ref_name }}/${{ github.run_id }}-${{ github.run_number }}
86-
PLATFORM: ${{ matrix.platform.name }}
87-
# REPO_DOMAIN: freeswitch.signalwire.com
88-
TARGET_ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.version }}-${{ matrix.platform.name }}-artifact
89-
UPLOAD_BUILD_ARTIFACTS: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.title, ':upload-artifacts') }}
90-
secrets:
91-
GH_BOT_DEPLOY_TOKEN: ${{ secrets.PAT }}
92-
HOSTNAME: ${{ secrets.HOSTNAME }}
93-
PROXY_URL: ${{ secrets.PROXY_URL }}
94-
USERNAME: ${{ secrets.USERNAME }}
95-
TELEPORT_TOKEN: ${{ secrets.TELEPORT_TOKEN }}
96-
# REPO_USERNAME: ${{ secrets.FSAUSER }}
97-
# REPO_PASSWORD: ${{ secrets.FSAPASS }}
98-
9962
meta:
10063
name: 'Publish build data to meta-repo'
10164
if: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.title, ':upload-artifacts') }}
10265
needs:
10366
- deb
104-
- rpm
10567
permissions:
10668
id-token: write
10769
contents: read

0 commit comments

Comments
 (0)