Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriiNazarenkoTine committed Mar 10, 2024
1 parent c30614b commit 6e8c87e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
matrix:
target:
- "x64-7.0"
- "aarch64-7.0"
include:
- target: x64-7.0
dsm_ver: 7.0
- target: aarch64-7.0
dsm_ver: 7.0
# - "aarch64-7.0"
# include:
# - target: x64-7.0
# dsm_ver: 7.0
# - target: aarch64-7.0
# dsm_ver: 7.0
steps:
- uses: actions/checkout@v4
- name: Checkout SynoCommunity Source and Docker Image
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ SERVICE_USER = auto
SERVICE_SETUP = src/service-setup.sh
SSS_SCRIPT = src/dsm-control.sh
STARTABLE = yes
SPK_COMMANDS = env/bin/beet

POST_STRIP_TARGET = rr-manager_extra_install

Expand Down

0 comments on commit 6e8c87e

Please sign in to comment.