mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-08 15:59:34 -04:00
Merge branch 'fix-earthfile' into 'main'
Fix targets for earthfiles so package-linux works again See merge request veilid/veilid!169
This commit is contained in:
commit
0fba3a1906
1 changed files with 8 additions and 0 deletions
|
@ -216,6 +216,14 @@ package-linux-arm64-deb:
|
|||
# save artifacts
|
||||
SAVE ARTIFACT --keep-ts /dpkg/out/*.deb AS LOCAL ./target/packages/
|
||||
|
||||
package-linux-amd64:
|
||||
BUILD +package-linux-amd64-deb
|
||||
BUILD +package-linux-amd64-rpm
|
||||
|
||||
package-linux-arm64:
|
||||
BUILD +package-linux-arm64-deb
|
||||
BUILD +package-linux-arm64-rpm
|
||||
|
||||
package-linux:
|
||||
BUILD +package-linux-amd64
|
||||
BUILD +package-linux-arm64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue