2025-10-21 10:11:48+04:00
Some checks failed
CI/CD Pipeline / Lint (pull_request) Has been cancelled
CI/CD Pipeline / Test (pull_request) Has been cancelled
CI/CD Pipeline / Build (386, linux, linkbeam-linux-386) (pull_request) Has been cancelled
CI/CD Pipeline / Build (386, windows, linkbeam-windows-386.exe) (pull_request) Has been cancelled
CI/CD Pipeline / Build (amd64, darwin, linkbeam-darwin-amd64) (pull_request) Has been cancelled
CI/CD Pipeline / Build (amd64, linux, linkbeam-linux-amd64) (pull_request) Has been cancelled
CI/CD Pipeline / Build (amd64, windows, linkbeam-windows-amd64.exe) (pull_request) Has been cancelled
CI/CD Pipeline / Build (arm, 7, linux, linkbeam-linux-armv7) (pull_request) Has been cancelled
CI/CD Pipeline / Build (arm64, darwin, linkbeam-darwin-arm64) (pull_request) Has been cancelled
CI/CD Pipeline / Build (arm64, windows, linkbeam-windows-arm64.exe) (pull_request) Has been cancelled
CI/CD Pipeline / Build Docker Image (pull_request) Has been cancelled
CI/CD Pipeline / Create Release (pull_request) Has been cancelled
CI/CD Pipeline / Build (arm64, linux, linkbeam-linux-arm64) (pull_request) Has been cancelled

This commit is contained in:
2025-10-21 10:13:48 +04:00
parent 20f949c250
commit 9b6bdd280f
4 changed files with 9 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -44,6 +45,7 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
needs: lint
steps:
- name: Checkout code
@@ -71,6 +73,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
needs: test
strategy:
matrix:
@@ -137,6 +140,7 @@ jobs:
docker:
name: Build Docker Image
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
needs: test
steps:
- name: Checkout code
@@ -184,6 +188,7 @@ jobs:
release:
name: Create Release
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
needs: [build, docker]
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
steps:

View File

@@ -14,6 +14,7 @@ jobs:
build-and-push:
name: Build and Push Docker Image
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
permissions:
contents: read
packages: write

View File

@@ -9,6 +9,7 @@ jobs:
create-release:
name: Create Release
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
outputs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
@@ -43,6 +44,7 @@ jobs:
name: Build and Upload Assets
needs: create-release
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
strategy:
matrix:
include: