Skip to content

Commit

Permalink
Add S60 and TS101 to builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Jun 12, 2023
1 parent f067833 commit 345fc2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
image: alpine:3.16
strategy:
matrix:
model: ["TS100", "TS80", "TS80P", "Pinecil", "MHP30", "Pinecilv2"]
model: ["TS100", "TS80", "TS80P", "Pinecil", "MHP30", "Pinecilv2", "S60", "T101"]
fail-fast: true

steps:
Expand Down
2 changes: 1 addition & 1 deletion source/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TRANSLATION_DIR="../Translations"
# AVAILABLE_LANGUAGES will be calculating according to json files in $TRANSLATION_DIR
AVAILABLE_LANGUAGES=()
BUILD_LANGUAGES=()
AVAILABLE_MODELS=("TS100" "TS80" "TS80P" "Pinecil" "MHP30" "Pinecilv2")
AVAILABLE_MODELS=("TS100" "TS80" "TS80P" "Pinecil" "MHP30" "Pinecilv2" "S60" "TS101")
BUILD_MODELS=()

builder_info() {
Expand Down

0 comments on commit 345fc2e

Please sign in to comment.