11 lines
506 B
Text
11 lines
506 B
Text
|
|
# Generated by ore workflow generate — layer: release
|
||
|
|
# Source: .ontoref/ontology/workflow.ncl
|
||
|
|
# Local release: cross-build + assemble bundles. Publishing via oras/buildah/cosign
|
||
|
|
# runs in CI on tag — see .woodpecker/release.yml.
|
||
|
|
|
||
|
|
release:
|
||
|
|
cross build --target x86_64-unknown-linux-musl --release
|
||
|
|
nu install/assemble-bundle.nu --target x86_64-unknown-linux-musl
|
||
|
|
cross build --target aarch64-unknown-linux-musl --release
|
||
|
|
nu install/assemble-bundle.nu --target aarch64-unknown-linux-musl
|