Skip to content

Commit

Permalink
Translate aarch64 arch > arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ngardiner committed Feb 1, 2025
1 parent e83a4a8 commit fc6e941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DEPS := git libffi-dev libpq-dev libssl-dev
WEBDEPS := $(DEPS) lighttpd
ARCH := $(shell uname -m | sed s/x86_64/amd64/)
ARCH := $(shell uname -m | sed s/x86_64/amd64/ | sed s/aarch64/arm64/)
GODIST := go1.23.4.linux-$(ARCH).tar.gz
HOME := /home/twcmanager
SUDO := sudo
Expand Down

0 comments on commit fc6e941

Please sign in to comment.