Compare commits

...

16 commits

Author SHA1 Message Date
Anton Thomasson
1a78a73047 Buildfish 0.9 2020-09-15 22:34:55 +02:00
Anton Thomasson
51b48be046 Buildfish 0.8 2020-09-15 20:35:57 +02:00
Anton Thomasson
ea16ecbb38 Buildfish 0.7 2020-09-15 20:02:38 +02:00
Anton Thomasson
654e484f4a Try Buildfish again 2020-09-08 20:41:51 +02:00
Anton Thomasson
49f859c26e and a third... 2020-09-07 22:45:51 +02:00
Anton Thomasson
86f36a9503 once again for the second time 2020-09-07 22:43:13 +02:00
Anton Thomasson
ace6ad2e38 Back to basics 2020-09-07 22:39:29 +02:00
Anton Thomasson
b1c3da9f54 0.6 workflow 2020-09-07 22:21:51 +02:00
Anton Thomasson
55c894b93d Desperation intensfies 2020-09-07 22:09:52 +02:00
Anton Thomasson
fa8e1c7645 Point to 0.4 2020-09-07 21:08:36 +02:00
Anton Thomasson
93e3380c9b 0.3 workflow 2020-09-07 21:00:40 +02:00
Anton Thomasson
198d917469 Use the correct tag 2020-09-07 20:46:09 +02:00
Anton Thomasson
5ee06fcbe7 Tag action 2020-09-07 20:23:06 +02:00
Anton Thomasson
886ec38434 Point to buildfish 2020-09-07 20:19:48 +02:00
Anton Thomasson
af3a2d95cb Add submodule update to workflow 2020-09-07 20:05:23 +02:00
Anton Thomasson
89d9d7fd09 Add workflow 2020-09-07 20:00:09 +02:00

30
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,30 @@
name: Buildfish build
on:
push:
branches:
- '*'
tags:
- '*'
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: update submodules
run: git submodule sync --recursive && git submodule update --init --force --recursive --depth=1
- name: Build armv7hl
id: build_armv7hl
uses: attah/buildfish@0.9
with:
release: 3.3.0.14
- name: Post
run: ls RPMS