mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04: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 artifacts
|
||||||
SAVE ARTIFACT --keep-ts /dpkg/out/*.deb AS LOCAL ./target/packages/
|
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:
|
package-linux:
|
||||||
BUILD +package-linux-amd64
|
BUILD +package-linux-amd64
|
||||||
BUILD +package-linux-arm64
|
BUILD +package-linux-arm64
|
||||||
|
Loading…
Reference in New Issue
Block a user