mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-07-19 08:30:05 +00:00
core: Removed the ARM64 build
This commit is contained in:
parent
60e550295a
commit
7cb38e756d
12
.github/.domain/domains.json
vendored
12
.github/.domain/domains.json
vendored
@ -25,9 +25,9 @@
|
|||||||
},
|
},
|
||||||
"guardaserie": {
|
"guardaserie": {
|
||||||
"domain": "meme",
|
"domain": "meme",
|
||||||
"full_url": "https://guardaserie.meme/",
|
"full_url": "http://guardaserie.meme/",
|
||||||
"old_domain": "meme",
|
"old_domain": "meme",
|
||||||
"time_change": "2025-06-18 15:23:54"
|
"time_change": "2025-06-21 11:18:08"
|
||||||
},
|
},
|
||||||
"ddlstreamitaly": {
|
"ddlstreamitaly": {
|
||||||
"domain": "co",
|
"domain": "co",
|
||||||
@ -54,9 +54,9 @@
|
|||||||
"time_change": "2025-06-19 19:15:09"
|
"time_change": "2025-06-19 19:15:09"
|
||||||
},
|
},
|
||||||
"altadefinizionegratis": {
|
"altadefinizionegratis": {
|
||||||
"domain": "club",
|
"domain": "vip",
|
||||||
"full_url": "https://altadefinizionegratis.club/",
|
"full_url": "https://altadefinizionegratis.vip/",
|
||||||
"old_domain": "cc",
|
"old_domain": "club",
|
||||||
"time_change": "2025-06-11 07:20:42"
|
"time_change": "2025-06-20 20:23:22"
|
||||||
}
|
}
|
||||||
}
|
}
|
25
.github/workflows/build.yml
vendored
25
.github/workflows/build.yml
vendored
@ -75,24 +75,12 @@ jobs:
|
|||||||
executable: StreamingCommunity_linux_previous
|
executable: StreamingCommunity_linux_previous
|
||||||
separator: ':'
|
separator: ':'
|
||||||
|
|
||||||
- os: ubuntu-latest
|
|
||||||
artifact_name: StreamingCommunity_linux_arm64
|
|
||||||
executable: StreamingCommunity_linux_arm64
|
|
||||||
separator: ':'
|
|
||||||
architecture: arm64
|
|
||||||
container: 'arm64v8/python:3.12-slim'
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
container: ${{ matrix.container }}
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up QEMU (for ARM64)
|
|
||||||
if: ${{ matrix.architecture == 'arm64' }}
|
|
||||||
uses: docker/setup-qemu-action@v3
|
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -101,27 +89,14 @@ jobs:
|
|||||||
- name: Get the latest tag
|
- name: Get the latest tag
|
||||||
id: get_latest_tag
|
id: get_latest_tag
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
if: ${{ !matrix.container }}
|
|
||||||
run: |
|
run: |
|
||||||
$latestTag = git describe --tags --abbrev=0
|
$latestTag = git describe --tags --abbrev=0
|
||||||
echo "latest_tag=$latestTag" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
echo "latest_tag=$latestTag" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||||
|
|
||||||
- name: Get the latest tag (container)
|
|
||||||
if: ${{ matrix.container }}
|
|
||||||
run: echo "latest_tag=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
if: ${{ !matrix.container }}
|
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
architecture: ${{ matrix.architecture || 'x64' }}
|
|
||||||
|
|
||||||
- name: Install system dependencies (ARM64)
|
|
||||||
if: ${{ matrix.architecture == 'arm64' }}
|
|
||||||
run: |
|
|
||||||
apt-get update
|
|
||||||
apt-get install -y build-essential zlib1g-dev libffi-dev
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user