Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F9915102
build-single.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
826 B
Referenced Files
None
Subscribers
None
build-single.yml
View Options
name
:
Build Single Platform
on
:
workflow_dispatch
:
inputs
:
platform
:
description
:
'Target
platform'
required
:
true
type
:
choice
options
:
-
linux-glibc-x64
-
linux-glibc-aarch64
-
linux-musl-x64
-
linux-musl-aarch64
-
macos-x64
-
macos-aarch64
-
macos-x64-mbedtls
-
macos-aarch64-mbedtls
-
windows-x64
jobs
:
prepare
:
runs-on
:
ubuntu-latest
outputs
:
timestamp
:
${{ steps.timestamp.outputs.value }}
steps
:
-
id
:
timestamp
run
:
echo "value=$(date +%s)" >> $GITHUB_OUTPUT
build
:
needs
:
prepare
uses
:
./.github/workflows/build-platform.yml
with
:
platform
:
${{ inputs.platform }}
build_timestamp
:
${{ needs.prepare.outputs.timestamp }}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 1, 7:22 PM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
587333
Default Alt Text
build-single.yml (826 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment