mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Fixes for Github Actions (#3379)
* Update build-beta-images.yml * Update build-kernel-on-merge-request.yml * Update build-train.yml
This commit is contained in:
4
.github/workflows/build-beta-images.yml
vendored
4
.github/workflows/build-beta-images.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
with:
|
||||
|
||||
variant: 'cli:beta'
|
||||
runner: "ubuntu-latest"
|
||||
runner: "small"
|
||||
part: 1
|
||||
of: 1
|
||||
include: 'grep uefi-x86 | '
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
with:
|
||||
|
||||
variant: 'cli:beta'
|
||||
runner: "ubuntu-latest"
|
||||
runner: "small"
|
||||
part: 1
|
||||
of: 1
|
||||
include: ''
|
||||
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
with:
|
||||
|
||||
uploading: "true"
|
||||
runner: "ubuntu-latest"
|
||||
runner: "fast"
|
||||
reference: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
secrets:
|
||||
@@ -44,3 +44,16 @@ jobs:
|
||||
SCRIPTS_ACCESS_TOKEN: ${{ secrets.SCRIPTS_ACCESS_TOKEN }}
|
||||
KEY_TORRENTS: ${{ secrets.KEY_TORRENTS }}
|
||||
KNOWN_HOSTS_UPLOAD: ${{ secrets.KNOWN_HOSTS_UPLOAD }}
|
||||
|
||||
jobsend:
|
||||
name: Cleanup
|
||||
needs: [Build]
|
||||
runs-on: "small"
|
||||
if: ${{ github.repository_owner == 'Armbian' }}
|
||||
steps:
|
||||
- uses: geekyeggo/delete-artifact@v1
|
||||
with:
|
||||
name: changes
|
||||
- uses: geekyeggo/delete-artifact@v1
|
||||
with:
|
||||
name: hash
|
||||
|
||||
21
.github/workflows/build-train.yml
vendored
21
.github/workflows/build-train.yml
vendored
@@ -89,27 +89,10 @@ jobs:
|
||||
|
||||
##########################################################################################
|
||||
# #
|
||||
# Build board support packages #
|
||||
# Build u-boot and board support packages #
|
||||
# #
|
||||
##########################################################################################
|
||||
|
||||
BSP:
|
||||
needs: Kernel
|
||||
if: ${{ success() && github.repository_owner == 'Armbian' }}
|
||||
uses: armbian/scripts/.github/workflows/build-bsp.yml@master
|
||||
|
||||
with:
|
||||
uploading: true
|
||||
|
||||
secrets:
|
||||
GPG_KEY1: ${{ secrets.GPG_KEY1 }}
|
||||
GPG_PASSPHRASE1: ${{ secrets.GPG_PASSPHRASE1 }}
|
||||
GPG_KEY2: ${{ secrets.GPG_KEY2 }}
|
||||
GPG_PASSPHRASE2: ${{ secrets.GPG_PASSPHRASE2 }}
|
||||
SCRIPTS_ACCESS_TOKEN: ${{ secrets.SCRIPTS_ACCESS_TOKEN }}
|
||||
KEY_TORRENTS: ${{ secrets.KEY_TORRENTS }}
|
||||
KNOWN_HOSTS_UPLOAD: ${{ secrets.KNOWN_HOSTS_UPLOAD }}
|
||||
|
||||
legacy:
|
||||
needs: Check
|
||||
if: ${{ success() && github.repository_owner == 'Armbian' }}
|
||||
@@ -181,7 +164,7 @@ jobs:
|
||||
##########################################################################################
|
||||
|
||||
Deploy:
|
||||
needs: [Kernel,Desktop,BSP,legacy,current,edge]
|
||||
needs: [Kernel,Desktop,legacy,current,edge]
|
||||
if: ${{ success() && github.repository_owner == 'Armbian' }}
|
||||
uses: armbian/scripts/.github/workflows/deploy.yml@master
|
||||
|
||||
|
||||
Reference in New Issue
Block a user