mirror of
https://github.com/junegunn/fzf.git
synced 2026-02-03 08:32:56 +08:00
Fix i386 build
This commit is contained in:
@@ -45,7 +45,7 @@ clean:
|
||||
cd fzf && rm -f $(BINARY32) $(BINARY64) $(RELEASE32).tgz $(RELEASE64).tgz
|
||||
|
||||
# Linux distribution to build fzf on
|
||||
DISTRO := ubuntu
|
||||
DISTRO := arch
|
||||
|
||||
docker:
|
||||
docker build -t junegunn/$(DISTRO)-sandbox - < Dockerfile.$(DISTRO)
|
||||
|
||||
Reference in New Issue
Block a user