We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db4f6d commit c62272fCopy full SHA for c62272f
Earthfile
@@ -38,23 +38,27 @@ release-fips:
38
nightly:
39
BUILD +package-tar \
40
--PLATFORM=linux \
41
- --ARCH=amd64
+ --ARCH=amd64 \
42
+ --ARCH=arm64
43
44
BUILD +palette-agent \
45
46
47
48
49
BUILD +install-script
50
51
nightly-fips:
52
53
54
--ARCH=amd64 \
55
+ --ARCH=arm64 \
56
--FIPS=true
57
58
59
60
61
62
63
64
BUILD +install-script \
0 commit comments