actions: create per-target artifacts
This commit is contained in:
parent
2e3a4a5179
commit
0d341a76b3
46
.github/workflows/build-gluon.yml
vendored
46
.github/workflows/build-gluon.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: ar71xx-generic
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
ar71xx-tiny:
|
ar71xx-tiny:
|
||||||
@ -40,7 +40,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: ar71xx-tiny
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
ar71xx-nand:
|
ar71xx-nand:
|
||||||
@ -55,7 +55,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: ar71xx-nand
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
ath79-generic:
|
ath79-generic:
|
||||||
@ -70,7 +70,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: ath79-generic
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
brcm2708-bcm2708:
|
brcm2708-bcm2708:
|
||||||
@ -85,7 +85,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: brcm2708-bcm2708
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
brcm2708-bcm2709:
|
brcm2708-bcm2709:
|
||||||
@ -100,7 +100,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: brcm2708-bcm2709
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
ipq40xx-generic:
|
ipq40xx-generic:
|
||||||
@ -115,7 +115,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: ipq40xx-generic
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
ipq806x-generic:
|
ipq806x-generic:
|
||||||
@ -130,7 +130,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: ipq806x-generic
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
lantiq-xrx200:
|
lantiq-xrx200:
|
||||||
@ -145,7 +145,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: lantiq-xrx200
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
lantiq-xway:
|
lantiq-xway:
|
||||||
@ -160,7 +160,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: lantiq-xway
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
mpc85xx-generic:
|
mpc85xx-generic:
|
||||||
@ -175,7 +175,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: mpc85xx-generic
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
mpc85xx-p1020:
|
mpc85xx-p1020:
|
||||||
@ -190,7 +190,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: mpc85xx-p1020
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
ramips-mt7620:
|
ramips-mt7620:
|
||||||
@ -205,7 +205,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: ramips-mt7620
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
ramips-mt7621:
|
ramips-mt7621:
|
||||||
@ -220,7 +220,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: ramips-mt7621
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
ramips-mt76x8:
|
ramips-mt76x8:
|
||||||
@ -235,7 +235,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: ramips-mt76x8
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
ramips-rt305x:
|
ramips-rt305x:
|
||||||
@ -250,7 +250,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: ramips-rt305x
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
sunxi-cortexa7:
|
sunxi-cortexa7:
|
||||||
@ -265,7 +265,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: sunxi-cortexa7
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
x86-generic:
|
x86-generic:
|
||||||
@ -280,7 +280,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: x86-generic
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
x86-geode:
|
x86-geode:
|
||||||
@ -295,7 +295,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: x86-geode
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
x86-64:
|
x86-64:
|
||||||
@ -310,7 +310,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: x86-64
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
ar71xx-mikrotik:
|
ar71xx-mikrotik:
|
||||||
@ -325,7 +325,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: ar71xx-mikrotik
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
brcm2708-bcm2710:
|
brcm2708-bcm2710:
|
||||||
@ -340,7 +340,7 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: brcm2708-bcm2710
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
mvebu-cortexa9:
|
mvebu-cortexa9:
|
||||||
@ -355,6 +355,6 @@ jobs:
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: mvebu-cortexa9
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ ACTIONS_TARGET="""
|
|||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: output
|
name: {target_name}
|
||||||
path: output
|
path: output
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user