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

View File

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

View File

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

View File

@@ -6,6 +6,7 @@ name: "Your Name"
bio: "A short bio about yourself" bio: "A short bio about yourself"
avatar: "static/logo.png" # Can be a local path or URL (http://... or https://...) avatar: "static/logo.png" # Can be a local path or URL (http://... or https://...)
theme: "auto" theme: "auto"
# font_awesome_cdn: "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" # Optional: custom Font Awesome CDN URL (default: Font Awesome 6.5.1)
links: links:
- title: "My Website" - title: "My Website"
url: "https://yourwebsite.com" url: "https://yourwebsite.com"