Linux aarch64 Build #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 GitHub Actions / (A) ⚒ Linux buildInvalid workflow file
Check failure on line 24 in .github/workflows/wrapper_linux-build.yml GitHub Actions / (A) ⚒ Linux buildInvalid workflow file
|
||
with: | ||
aarch64: ${{inputs.aarch64}} |