mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-04-19 02:11:28 +03:00
22
.github/workflows/build.yaml
vendored
22
.github/workflows/build.yaml
vendored
@@ -5,14 +5,28 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- "**.md"
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
permissions:
|
||||||
|
actions: read
|
||||||
|
security-events: write
|
||||||
|
contents: write
|
||||||
|
runs-on: ${{ matrix.runs-on }}
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- arch: aarch64
|
||||||
|
platform: linux/arm64
|
||||||
|
runs-on: ubuntu-24.04-arm
|
||||||
|
- arch: x86_64
|
||||||
|
platform: linux/amd64
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
container: ghcr.io/pkgforge-dev/archlinux:latest
|
container:
|
||||||
|
image: ghcr.io/pkgforge-dev/archlinux:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -48,11 +62,11 @@ jobs:
|
|||||||
- name: Upload AppImage
|
- name: Upload AppImage
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: QDiskInfo-anylinux-AppImage
|
name: QDiskInfo-${{ matrix.arch }}-AppImage
|
||||||
path: ./QDiskInfo*.AppImage
|
path: ./QDiskInfo*.AppImage
|
||||||
|
|
||||||
- name: Upload Binaries
|
- name: Upload Binaries
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: QDiskInfo-Qt6-bin
|
name: QDiskInfo-Qt6-${{ matrix.arch }}-bin
|
||||||
path: ./build/QDiskInfo
|
path: ./build/QDiskInfo
|
||||||
|
|||||||
Reference in New Issue
Block a user