Skip to content

Linux aarch64 Build

Linux aarch64 Build #3

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Please write our copyright if you use this file.
# © 2023 Floorp Projects & Contributors
name: "(A) ⚒ Linux build"
on:
workflow_dispatch:
inputs:
aarch64:
description: enable aarch64 build
type: boolean
default: false
run-name: >
Linux ${{fromJson('["x64","aarch64"]')[inputs.aarch64]}} Build
jobs:
linux-build:
name: linux-${{fromJson('["x86_64","aarch64"]')[inputs.aarch64]}}
uses: ./.github/workflows/linux-build.yml

Check failure on line 24 in .github/workflows/wrapper_linux-build.yml

View workflow run for this annotation

GitHub Actions / (A) ⚒ Linux build

Invalid workflow file

The workflow is not valid. In .github/workflows/wrapper_linux-build.yml (Line: 24, Col: 11): Error from called workflow goastian/midori-desktop/.github/workflows/linux-build.yml@1e236343e4b3a3442d9a16f55990ab7c2b5125e0 (Line: 67, Col: 12): Unexpected value '' goastian/midori-desktop/.github/workflows/linux-build.yml@1e236343e4b3a3442d9a16f55990ab7c2b5125e0 (Line: 68, Col: 7): Unexpected value 'submodules'

Check failure on line 24 in .github/workflows/wrapper_linux-build.yml

View workflow run for this annotation

GitHub Actions / (A) ⚒ Linux build

Invalid workflow file

The workflow is not valid. In .github/workflows/wrapper_linux-build.yml (Line: 24, Col: 11): Error from called workflow goastian/midori-desktop/.github/workflows/linux-build.yml@1e236343e4b3a3442d9a16f55990ab7c2b5125e0 (Line: 67, Col: 12): Unexpected value '' goastian/midori-desktop/.github/workflows/linux-build.yml@1e236343e4b3a3442d9a16f55990ab7c2b5125e0 (Line: 68, Col: 7): Unexpected value 'submodules'
with:
aarch64: ${{inputs.aarch64}}