Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Jul 6, 2024
1 parent 6e2ac35 commit 41b6cf3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
run: echo "BUILD_VARIANT=${{ inputs.build_variant || 'treble_arm64_bgN' }}" >> $GITHUB_ENV

- name: Build Image
run: docker build -f build/Dockerfile -t imbroglius/aosp .
run: docker build -f build/Dockerfile -t ponces/treble .

- name: Get Keys
uses: actions/checkout@v4
with:
repository: imbroglius/vendor_daniel-priv
token: ${{ secrets.MY_TOKEN || github.token }}
path: vendor_daniel-priv
repository: ponces/vendor_ponces-priv
token: ${{ secrets.GH_TOKEN }}
path: vendor_ponces-priv

- name: Build ROM
run: |
Expand All @@ -46,8 +46,8 @@ jobs:
--privileged \
--name test \
--volume ${{ github.workspace }}/builds:/root/builds \
--volume ${{ github.workspace }}/vendor_daniel-priv:/aosp/vendor/daniel-priv \
imbroglius/redmi_13c_treble/aosp treblebuild ${{ env.BUILD_VARIANT }}
--volume ${{ github.workspace }}/vendor_ponces-priv:/aosp/vendor/ponces-priv \
ponces/treble treblebuild ${{ env.BUILD_VARIANT }}
- name: Upload ROM
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 41b6cf3

Please sign in to comment.