1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Change github action name and add bpi--r64 emmc image compilation

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-10-02 16:18:13 +02:00
parent fb10a358b3
commit 3b2c2ac9ea

View file

@ -1,4 +1,4 @@
name: Build OpenMPTCProuter
name: openmptcprouter
on: [push]
env:
@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
OMR_TARGET: [bpi-r2, rpi2, rpi4, wrt32x, espressobin, r2s, rpi3, wrt3200acm, x86, x86_64]
OMR_TARGET: [bpi-r2, bpi-r64, rpi2, rpi4, wrt32x, espressobin, r2s, rpi3, wrt3200acm, x86, x86_64]
runs-on: ubuntu-latest
continue-on-error: true