Skip to content

Commit

Permalink
add fajita
Browse files Browse the repository at this point in the history
  • Loading branch information
silime authored Aug 27, 2022
1 parent 08aea50 commit 001a3aa
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/factory_image_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUILD_TOKEN }}
with:
tag_name: factory_${{ steps.time.outputs.time }}
release_name: Factory Image ${{ steps.time.outputs.time }}
Expand All @@ -36,7 +36,7 @@ jobs:
needs: prepare_release
strategy:
matrix:
DEVICE: [pinephone,pinephonepro]
DEVICE: [fajita]
EDITION: [plasma-mobile]
BRANCH: [unstable]
IMGTYPE: [factory]
Expand All @@ -52,9 +52,9 @@ jobs:
format: 'YYYYMMDD'
-
id: image-build
uses: manjaro-arm/rootfs@master
uses: silime/phosh@master
with:
arm-profiles-repo: https://github.com/manjaro-pinephone/arm-profiles
arm-profiles-repo: https://github.com/silime/arm-profiles
device: ${{ matrix.device }}
edition: ${{ matrix.edition }}
branch: ${{ matrix.branch }}
Expand All @@ -67,7 +67,7 @@ jobs:
id: upload_release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUILD_TOKEN }}
with:
upload_url: ${{ needs.prepare_release.outputs.upload_url }}
asset_path: ./${{ env.FILE_PATH }}
Expand All @@ -77,7 +77,7 @@ jobs:
id: upload_sha1
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUILD_TOKEN }}
with:
upload_url: ${{ needs.prepare_release.outputs.upload_url }}
asset_path: ./${{ env.FILE_SHA1 }}
Expand All @@ -87,7 +87,7 @@ jobs:
id: upload_pkg
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUILD_TOKEN }}
with:
upload_url: ${{ needs.prepare_release.outputs.upload_url }}
asset_path: ./${{ env.FILE_PKG }}
Expand All @@ -100,4 +100,4 @@ jobs:
with:
release_id: ${{ needs.prepare_release.outputs.release_id }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUILD_TOKEN }}
16 changes: 8 additions & 8 deletions .github/workflows/image_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUILD_TOKEN }}
with:
tag_name: ${{ steps.time.outputs.time }}
release_name: Release ${{ steps.time.outputs.time }}
Expand All @@ -36,7 +36,7 @@ jobs:
needs: prepare_release
strategy:
matrix:
DEVICE: [pinephone,pinephonepro]
DEVICE: [fajita]
EDITION: [plasma-mobile]
BRANCH: [unstable]
steps:
Expand All @@ -51,9 +51,9 @@ jobs:
format: 'YYYYMMDD'
-
id: image-build
uses: manjaro-arm/rootfs@master
uses: silime/phosh@master
with:
arm-profiles-repo: https://github.com/manjaro-pinephone/arm-profiles
arm-profiles-repo: https://github.com/silime/arm-profiles
device: ${{ matrix.device }}
edition: ${{ matrix.edition }}
branch: ${{ matrix.branch }}
Expand All @@ -65,7 +65,7 @@ jobs:
id: upload_release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUILD_TOKEN }}
with:
upload_url: ${{ needs.prepare_release.outputs.upload_url }}
asset_path: ./${{ env.FILE_PATH }}
Expand All @@ -75,7 +75,7 @@ jobs:
id: upload_sha1
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUILD_TOKEN }}
with:
upload_url: ${{ needs.prepare_release.outputs.upload_url }}
asset_path: ./${{ env.FILE_SHA1 }}
Expand All @@ -85,7 +85,7 @@ jobs:
id: upload_pkg
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUILD_TOKEN }}
with:
upload_url: ${{ needs.prepare_release.outputs.upload_url }}
asset_path: ./${{ env.FILE_PKG }}
Expand All @@ -98,4 +98,4 @@ jobs:
with:
release_id: ${{ needs.prepare_release.outputs.release_id }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUILD_TOKEN }}
16 changes: 8 additions & 8 deletions .github/workflows/image_stable_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUILD_TOKEN }}
with:
tag_name: beta12
release_name: Beta 12
Expand All @@ -29,7 +29,7 @@ jobs:
needs: prepare_release
strategy:
matrix:
DEVICE: [pinephone,pinephonepro]
DEVICE: [fajita]
EDITION: [plasma-mobile]
BRANCH: [stable]
steps:
Expand All @@ -39,9 +39,9 @@ jobs:
access_token: ${{ github.token }}
-
id: image-build
uses: manjaro-arm/rootfs@master
uses: silime/phosh@master
with:
arm-profiles-repo: https://github.com/manjaro-pinephone/arm-profiles
arm-profiles-repo: https://github.com/silime/arm-profiles
device: ${{ matrix.device }}
edition: ${{ matrix.edition }}
branch: ${{ matrix.branch }}
Expand All @@ -53,7 +53,7 @@ jobs:
id: upload_release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUILD_TOKEN }}
with:
upload_url: ${{ needs.prepare_release.outputs.upload_url }}
asset_path: ./${{ env.FILE_PATH }}
Expand All @@ -63,7 +63,7 @@ jobs:
id: upload_sha1
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUILD_TOKEN }}
with:
upload_url: ${{ needs.prepare_release.outputs.upload_url }}
asset_path: ./${{ env.FILE_SHA1 }}
Expand All @@ -73,7 +73,7 @@ jobs:
id: upload_pkg
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUILD_TOKEN }}
with:
upload_url: ${{ needs.prepare_release.outputs.upload_url }}
asset_path: ./${{ env.FILE_PKG }}
Expand All @@ -86,4 +86,4 @@ jobs:
with:
release_id: ${{ needs.prepare_release.outputs.release_id }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUILD_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## description

Plasma-Mobile of Manjaro Linux for the Pinephone
Plasma-Mobile of Manjaro Linux for the OnePlus6T

## where can I download an iso?

Expand Down

0 comments on commit 001a3aa

Please sign in to comment.