Skip to content

Commit 4e0766c

Browse files
committed
Update VM image
1 parent 9ef40a8 commit 4e0766c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ inputs:
3535
image:
3636
description: Specifies the name of the image that the disk will be initialized with.
3737
required: false
38-
default: gh-runner-202310142330
38+
default: gh-runner-202310171138
3939
image_family:
4040
description: The image family for the operating system that the boot disk will be initialized with.
4141
required: false

vm/setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,4 +270,6 @@ rm -rf /var/log/journal/*
270270
journalctl --rotate
271271
journalctl --vacuum-time=1s
272272

273+
echo "tmpfs /tmp tmpfs rw,nodev,nosuid,relatime 0 0" >> /etc/fstab
274+
273275
echo "done."

0 commit comments

Comments
 (0)