mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-22 00:47:28 -06:00
Fix targets for earthfiles so package-linux works again
This commit is contained in:
parent
b3354194e0
commit
9b1991a2ee
@ -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…
Reference in New Issue
Block a user