Fix iOS Safari compatibility and GitHub Actions build issues

Co-authored-by: 20250410303 <20250410303@stu.fosu.edu.cn>
This commit is contained in:
Cursor Agent
2025-08-29 03:52:48 +00:00
parent f239211864
commit 32b9521030
16 changed files with 635 additions and 744 deletions
+5 -3
View File
@@ -18,9 +18,9 @@ concurrency:
cancel-in-progress: true
permissions:
contents: write
contents: read
packages: write
actions: write
actions: read
jobs:
build:
@@ -30,7 +30,7 @@ jobs:
- platform: linux/amd64
os: ubuntu-latest
- platform: linux/arm64
os: ubuntu-24.04-arm
os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
@@ -73,6 +73,8 @@ jobs:
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=ghcr.io/${{ steps.lowercase.outputs.owner }}/moontv,push-by-digest=true,name-canonical=true,push=${{ github.event_name != 'pull_request' }}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Export digest
run: |
+1 -1
View File
@@ -2,7 +2,7 @@ name: Upstream Sync
on:
schedule:
- cron: "0 */6 * * *" # run every 6 hours
- cron: '0 */6 * * *' # run every 6 hours
workflow_dispatch:
permissions: