mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-07 20:09:55 +03:00
22
.github/workflows/build.yaml
vendored
22
.github/workflows/build.yaml
vendored
@@ -5,14 +5,28 @@ on:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- "**.md"
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
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
|
||||
container: ghcr.io/pkgforge-dev/archlinux:latest
|
||||
container:
|
||||
image: ghcr.io/pkgforge-dev/archlinux:latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -48,11 +62,11 @@ jobs:
|
||||
- name: Upload AppImage
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: QDiskInfo-anylinux-AppImage
|
||||
name: QDiskInfo-${{ matrix.arch }}-AppImage
|
||||
path: ./QDiskInfo*.AppImage
|
||||
|
||||
- name: Upload Binaries
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: QDiskInfo-Qt6-bin
|
||||
name: QDiskInfo-Qt6-${{ matrix.arch }}-bin
|
||||
path: ./build/QDiskInfo
|
||||
|
||||
Reference in New Issue
Block a user