Skip to content

Commit

Permalink
fix: typo of ubus-lime-groundrouting; fix multi-arch-build
Browse files Browse the repository at this point in the history
fix typo from #1141 also in package ubus-lime-groundrouting
copy fix from #1140 also in job multi-arch-build.yml
  • Loading branch information
a-gave authored and ilario committed Dec 8, 2024
1 parent e431fef commit f066704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/multi-arch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build packages ${{ matrix.arch }}
uses: openwrt/gh-action-sdk@v7
env:
ARCH: "${{ matrix.arch }}"
ARCH: "${{ matrix.arch }}-openwrt-23.05"
FEEDNAME: "libremesh"
IGNORE_ERRORS: "n m y"
KEY_BUILD: "${{ secrets.KEY_BUILD }}"
Expand Down
2 changes: 1 addition & 1 deletion packages/ubus-lime-groundrouting/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ubus-lime-grondrouting
PKG_NAME:=ubus-lime-groundrouting
PKG_VERSION=$(GIT_COMMIT_DATE)-$(GIT_COMMIT_TSTAMP)
GIT_COMMIT_DATE:=$(shell git log -n 1 --pretty=%ad --date=short . )
GIT_COMMIT_TSTAMP:=$(shell git log -n 1 --pretty=%at . )
Expand Down

0 comments on commit f066704

Please sign in to comment.