Skip to content

Commit 98f9cd5

Browse files
author
okay
committed
[fbink] add fbink to github workflow
1 parent 27ce213 commit 98f9cd5

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/stable-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- stable
99
- master
1010
- kobo
11+
- fbink
1112

1213
jobs:
1314
pre-release:

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ INSTALL_APPS=$(foreach app, $(APPS), install_$(app))
1111
RESIM_APPS=$(foreach app, $(APPS), resim_$(app))
1212
RUN_APPS=$(foreach app, $(APPS), run_$(app))
1313
DOCKER_APPS=$(foreach app, $(APPS), $(app)_docker)
14-
DOCKERBUILD=rmkit:${TARGET}
1514

1615
SHA=$(shell git rev-parse --short HEAD)
1716

src/common.make

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CC_BIN?=arm-linux-gnueabihf-gcc
66
STRIP_BIN?=arm-linux-gnueabihf-strip
77
CPP_FLAGS=-ldl -pthread -lpthread -fdata-sections -ffunction-sections -Wl,--gc-sections
88
DOCKERFILE?=Dockerfile
9+
DOCKERBUILD=rmkit:${TARGET}
910

1011
# BUILD STUFF
1112
ROOT=${PWD}

0 commit comments

Comments
 (0)