mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
add arm support
This commit is contained in:
parent
9ee6fb994c
commit
d916ebef5c
6 changed files with 8321 additions and 33 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -16,9 +16,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- node-version: 14.x
|
||||
- node-version: 18.x
|
||||
db-type: postgresql
|
||||
- node-version: 14.x
|
||||
- node-version: 18.x
|
||||
db-type: mysql
|
||||
- node-version: 16.x
|
||||
db-type: postgresql
|
||||
|
|
@ -34,6 +34,6 @@ jobs:
|
|||
cache: 'npm'
|
||||
env:
|
||||
DATABASE_TYPE: ${{ matrix.db-type }}
|
||||
- run: npm install --global yarn
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn build
|
||||
- run: npm i -g pnpm
|
||||
- run: pnpm install
|
||||
- run: pnpm build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue