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:
|
||||
- master
|
||||
|
||||
env:
|
||||
RELEASE: 3.3.0.14
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -29,9 +26,9 @@ jobs:
|
|||
|
||||
- name: Build armv7hl
|
||||
id: build_armv7hl
|
||||
uses: attah/buildfish@0.7
|
||||
uses: attah/buildfish@0.8
|
||||
with:
|
||||
release: latest
|
||||
release: 3.3.0.14
|
||||
|
||||
# run: docker run --rm --privileged -v $PWD:/share coderus/sailfishos-platform-sdk:$RELEASE /bin/bash -c "
|
||||
# mkdir -p build ;
|
||||
|
|
Loading…
Reference in a new issue