Release binaries for v1.14.0.
This commit is contained in:
parent
11a089b9d8
commit
ccc67f69ff
3
enclave/releases/gcpsnp/0.20240911.184407.tar.gz
Normal file
3
enclave/releases/gcpsnp/0.20240911.184407.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:874cbaa1d93e6ef579356f7db006608c22486f569f36f0e9e576307559fd805d
|
||||
size 594447925
|
||||
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:058f57fbb6033bb63e487f8958a3400a0a8795af71d57b7f04b01a48fa4abc75
|
||||
size 186120235
|
||||
Binary file not shown.
Binary file not shown.
@ -17,7 +17,7 @@ packer {
|
||||
|
||||
source "qemu" "debian2" {
|
||||
format = "raw"
|
||||
headless = "false"
|
||||
headless = "true"
|
||||
communicator = "ssh"
|
||||
disk_size = "5G"
|
||||
disk_additional_size = ["3G"]
|
||||
|
||||
@ -56,7 +56,9 @@ systemctl enable svr3.service
|
||||
|
||||
# Copy binaries.
|
||||
chmod a+x /dev/shm/debian2/svr3{,test,gcp} /dev/shm/debian2/enclave.*
|
||||
sha256sum /dev/shm/debian2/svr3* /dev/shm/debian2/enclave.*
|
||||
cp -v /dev/shm/debian2/svr3{,test,gcp} /dev/shm/debian2/enclave.* /usr/bin
|
||||
sha256sum /usr/bin/svr3* /usr/bin/enclave.*
|
||||
|
||||
# Turn down anything that could give realtime access to the image.
|
||||
passwd --lock svr3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user