Skip to content

Commit 29a5fde

Browse files
committed
support arm64
1 parent 6c9ab57 commit 29a5fde

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

isucon14-standalone/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ isucon14とほぼ同じ環境を構築するためのVagrantfileです。
2323

2424
## 動作確認
2525

26-
macOS(intel) + VirtualBox 7.1.4 + Vagrant 2.4.2で動作確認済です。
27-
VMWare Desktopでも動作するかもしれませんが未確認です。
26+
以下の環境で動作確認済です。
27+
28+
* macOS(Intel) + VirtualBox 7.1.4 + Vagrant 2.4.2
29+
* macOS(AppleSilicon) + VMware Fusion 13.6.2 + Vagrant 2.4.3
2830

2931
## 本来の設定と異なるところ
3032

isucon14-standalone/Vagrantfile

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ Vagrant.configure("2") do |config|
9797
rm -rf ${GITDIR}
9898
git clone --depth=1 https://github.com/isucon/isucon14.git ${GITDIR}
9999
100+
# amd64以外でも動作するように
101+
sed -i -e "/go-install/s/$/ `uname -s | tr 'A-Z' 'a-z'` `dpkg --print-architecture`/" ${GITDIR}/provisioning/ansible/roles/xbuild/tasks/main.yml
100102
sed -i -e "s/_linux_amd64//" ${GITDIR}/provisioning/ansible/roles/bench/tasks/main.yaml
101103
sed -i -e "/isuadmin-user/d" -e "/envcheck/d" ${GITDIR}/provisioning/ansible/application.yml
102104
mkdir -p /etc/ssh/sshd_config.d

0 commit comments

Comments
 (0)