mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-01-25 02:07:54 +00:00
Test RUN
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -49,16 +49,10 @@ jobs:
|
||||
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
|
||||
JSON=$(jq -n '[
|
||||
{
|
||||
"version": "bookworm",
|
||||
"platform": {
|
||||
"name": "arm64v8"
|
||||
}
|
||||
"version": "bookworm"
|
||||
},
|
||||
{
|
||||
"version": "bullseye",
|
||||
"platform": {
|
||||
"name": "arm32v7"
|
||||
}
|
||||
"version": "bullseye"
|
||||
}
|
||||
]')
|
||||
fi
|
||||
@@ -131,8 +125,8 @@ jobs:
|
||||
- debian
|
||||
version:
|
||||
- trixie
|
||||
- bookworm
|
||||
- bullseye
|
||||
# - bookworm
|
||||
# - bullseye
|
||||
platform:
|
||||
- name: amd64
|
||||
runner: ubuntu-latest
|
||||
|
||||
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@@ -6,12 +6,12 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- v1.10
|
||||
- v1.11
|
||||
# - v1.11
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- v1.10
|
||||
- v1.11
|
||||
# - v1.11
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user