chore: Pull latest changes from upstream
This commit is contained in:
parent
4f70063f6b
commit
a0c9041547
3 changed files with 44 additions and 25 deletions
4
.github/workflows/create-release.yaml
vendored
4
.github/workflows/create-release.yaml
vendored
|
|
@ -21,12 +21,12 @@ jobs:
|
|||
cache-to: type=gha,mode=max
|
||||
context: ./toolchain/
|
||||
load: true
|
||||
tags: rg35xx-toolchain-new:latest
|
||||
tags: rg35xx-toolchain:latest
|
||||
|
||||
- name: Build project
|
||||
uses: addnab/docker-run-action@v3
|
||||
with:
|
||||
image: rg35xx-toolchain-new:latest
|
||||
image: rg35xx-toolchain:latest
|
||||
options: -v ${{github.workspace}}:/root/workspace
|
||||
run: |
|
||||
export CROSS_COMPILE=/opt/rg35xx-toolchain/usr/bin/arm-buildroot-linux-gnueabihf-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue