fixing release pipeline again (#31)
Reviewed-on: #31
This commit was merged in pull request #31.
This commit is contained in:
@@ -61,6 +61,12 @@ Add an object with a unique `architecture` label and a valid OpenWrt
|
||||
required. The generic ARM entries select ARMv7 and ARMv8 ABIs; use a
|
||||
device-specific OpenWrt target when necessary.
|
||||
|
||||
OpenWrt publishes its release SDKs with x86-64 host tools, even when the target
|
||||
is ARM or PowerPC. On an ARM build agent, the workflow installs
|
||||
`qemu-user-static` and the build script runs the SDK host tools explicitly
|
||||
through `qemu-x86_64-static`; privileged `binfmt_misc` registration is not
|
||||
required. Native x86-64 agents skip emulation and remain faster.
|
||||
|
||||
Releases use the next available `MAJOR.MINOR.PATCH` tag. `MAJOR` and `MINOR`
|
||||
live in the release config; the workflow finds the highest existing
|
||||
`vMAJOR.MINOR.PATCH` tag and increments its patch, starting at `0` when a new
|
||||
|
||||
Reference in New Issue
Block a user