and a third...
This commit is contained in:
parent
86f36a9503
commit
49f859c26e
1 changed files with 5 additions and 4 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -28,13 +28,14 @@ jobs:
|
|||
run: mkdir output
|
||||
|
||||
- name: Build armv7hl
|
||||
id: build_armv7hl
|
||||
# uses: attah/buildfish@0.6
|
||||
with:
|
||||
release: latest
|
||||
run: docker run --rm --privileged -v $PWD:/share coderus/sailfishos-platform-sdk:$RELEASE /bin/bash -c "
|
||||
mkdir -p build ;
|
||||
cd build ;
|
||||
cp -r /share/* . ;
|
||||
mb2 -t SailfishOS-$RELEASE-armv7hl build ;
|
||||
sudo cp -r RPMS/*.rpm /share/output"
|
||||
|
||||
# id: build_armv7hl
|
||||
# uses: attah/buildfish@0.6
|
||||
# with:
|
||||
# release: latest
|
||||
|
|
Loading…
Reference in a new issue