Buildfish 0.8
This commit is contained in:
parent
ea16ecbb38
commit
51b48be046
1 changed files with 2 additions and 5 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -11,9 +11,6 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
env:
|
|
||||||
RELEASE: 3.3.0.14
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -29,9 +26,9 @@ jobs:
|
||||||
|
|
||||||
- name: Build armv7hl
|
- name: Build armv7hl
|
||||||
id: build_armv7hl
|
id: build_armv7hl
|
||||||
uses: attah/buildfish@0.7
|
uses: attah/buildfish@0.8
|
||||||
with:
|
with:
|
||||||
release: latest
|
release: 3.3.0.14
|
||||||
|
|
||||||
# run: docker run --rm --privileged -v $PWD:/share coderus/sailfishos-platform-sdk:$RELEASE /bin/bash -c "
|
# run: docker run --rm --privileged -v $PWD:/share coderus/sailfishos-platform-sdk:$RELEASE /bin/bash -c "
|
||||||
# mkdir -p build ;
|
# mkdir -p build ;
|
||||||
|
|
Loading…
Reference in a new issue