Skip to content

Commit 5dc3002

Browse files
author
okay
committed
[build] add kobo artifacts to PR builds
1 parent 069c715 commit 5dc3002

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414

1515
- name: "Build artifacts"
1616
run: |
17-
make docker
17+
ARCH=rm make docker
18+
ARCH=kobo make docker
1819
1920
- uses: actions/upload-artifact@v2
2021
with:
21-
name: test output
22+
name: artifacts
2223
path: artifacts/
2324

0 commit comments

Comments
 (0)