Skip to content

Commit

Permalink
ci: disable r64 and r2pro
Browse files Browse the repository at this point in the history
Since these both arm64 r3 built is enough
  • Loading branch information
frank-w authored Oct 28, 2023
1 parent efda6a1 commit 9c11e43
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@ jobs:
./build.sh importconfig
./build.sh build
- name: build for bpi-r64
run: |
./build.sh clean
sed -i 's/#\(board=bpi-r64\)/\1/' build.conf #change board to r64
./build.sh importconfig
./build.sh build
# - name: build for bpi-r64
# run: |
# ./build.sh clean
# sed -i 's/#\(board=bpi-r64\)/\1/' build.conf #change board to r64
# ./build.sh importconfig
# ./build.sh build

- name: build for bpi-r2pro
run: |
./build.sh clean
sed -i 's/#\(board=bpi-r2pro\)/\1/' build.conf #change board to r2pro
./build.sh importconfig
./build.sh build
# - name: build for bpi-r2pro
# run: |
# ./build.sh clean
# sed -i 's/#\(board=bpi-r2pro\)/\1/' build.conf #change board to r2pro
# ./build.sh importconfig
# ./build.sh build

- name: build for bpi-r3
run: |
Expand Down

0 comments on commit 9c11e43

Please sign in to comment.