Skip to content

Commit

Permalink
Add arm gcc for not aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankPetrilli committed Jun 17, 2021
1 parent 5092281 commit 64a0819
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
Expand Up @@ -22,7 +22,7 @@ upload:
mc share download --expire=72h minio/private/go-fpv/$(VERSION)/
deps:
go get ./...
sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu gcc-mingw-w64-x86-64 gcc-mipsel-linux-gnu
sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu gcc-mingw-w64-x86-64 gcc-mipsel-linux-gnu gcc-arm-linux-gnueabihf gcc-arm-linux-gnueabi
ci: clean deps

linux: $(LINUX_ARM64) $(LINUX_ARMV7) $(LINUX_AMD64) $(LINUX_MIPSEL)
Expand Down

0 comments on commit 64a0819

Please sign in to comment.