feat: add new SNAPSHOT_SUBTARGETS_TO_BUILD

This commit is contained in:
Svyatoslav Shchipunov
2024-09-20 11:39:20 +07:00
parent bf75542e2b
commit 438a18f0d1

View File

@@ -4,8 +4,8 @@ const core = require('@actions/core');
const version = process.argv[2]; // Получение версии OpenWRT из аргумента командной строки
// mediatek, ramips
const SNAPSHOT_SUBTARGETS_TO_BUILD = ['filogic', 'mt7622', 'mt7623', 'mt7629', 'mt7620', 'mt7621', 'mt76x8'];
// mediatek, ramips, x86, armsr
const SNAPSHOT_SUBTARGETS_TO_BUILD = ['filogic', 'mt7622', 'mt7623', 'mt7629', 'mt7620', 'mt7621', 'mt76x8', '64', 'armv8'];
if (!version) {
core.setFailed('Version argument is required');