adapted Workflows
Some checks failed
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Has been cancelled
Some checks failed
Build Docker Linux ARM64 Release / build-docker-linux-arm64-release (push) Has been cancelled
This commit is contained in:
@@ -3,7 +3,7 @@ name: Build ARM64 Linux
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
#- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-arm64:
|
build-arm64:
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ jobs:
|
|||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: apk add --no-cache git curl wget unzip bash nodejs npm docker
|
run: apk add --no-cache git curl wget unzip bash nodejs npm docker
|
||||||
|
|
||||||
#- name: Login container registry
|
- name: Login container registry
|
||||||
# run: docker login gitea:3000
|
run: docker login gitea:3000
|
||||||
|
|
||||||
- name: Setup .NET10
|
- name: Setup .NET10
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name: Build Docker Linux ARM64
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
#- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-docker-linux-arm64:
|
build-docker-linux-arm64:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name: Build Linux x64
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
#- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-linux-x64:
|
build-linux-x64:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name: Build Windows x64
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
#- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-windows-x64:
|
build-windows-x64:
|
||||||
|
|||||||
Reference in New Issue
Block a user