<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on peaceiris homepage</title>
<link>https://peaceiris.com/posts/</link>
<description>Recent content in Posts on peaceiris homepage</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Fri, 13 Aug 2021 20:57:53 +0900</lastBuildDate>
<atom:link href="https://peaceiris.com/posts/index.xml" rel="self" type="application/rss+xml"/>
<item>
<title>Start GitHub Actions self-hosted runner with VirtualBox and Vagrant</title>
<link>https://peaceiris.com/posts/github-actions-self-hosted-runner-on-ubuntu-with-virtualbox-and-vagrant/</link>
<pubDate>Sat, 10 Jul 2021 05:24:40 +0000</pubDate>
<guid>https://peaceiris.com/posts/github-actions-self-hosted-runner-on-ubuntu-with-virtualbox-and-vagrant/</guid>
<description>Overview Start GitHub Actions self-hosted runner with VirtualBox and Vagrant on your local machine or a remote machine like Google Compute Engine and EC2. Avoid dind (Docker in Docker) Accelerate docker build (or docker-compose build) on the virtual machine with the Docker Layer Caching as the same as your local environment. Host OS: Ubuntu 18.04/20.04, macOS, Windows Guest OS: Ubuntu 20.04 Install VirtualBox Oracle VM VirtualBox Ubuntu 18.04/20.04 sudo apt install -y virtualbox macOS brew cask install virtualbox Allow Oracle America, Inc.</description>
</item>
<item>
<title>The Case Sensitivity of the GitHub Actions Runner</title>
<link>https://peaceiris.com/posts/github-actions-runner-case-sensitivity/</link>
<pubDate>Wed, 13 Jan 2021 05:24:40 +0000</pubDate>
<guid>https://peaceiris.com/posts/github-actions-runner-case-sensitivity/</guid>
<description>The Problem Bug: Couldn&amp;rsquo;t open SUMMARY.md · Issue #36 · peaceiris/actions-mdbook mdBook can recognize SUMMARY.md but cannot summary.md on a GitHub Actions runner (Ubuntu VM).
On the other hand, both SUMMARY.md and summary.md are acceptable on my local macOS machine.
The Reason The case-sensitivity between the GitHub Actions runner and my local environment was different.
My local macOS machine has been formatted with case-insensitive mode, so the local building has passed and the remote building failed.</description>
</item>
</channel>
</rss>