Skip to content

Commit e1fa335

Browse files
kawmarcofacebook-github-bot
authored andcommitted
flashy_arm64 build
Summary: Compile arm64 version of flashy Test Plan: Checkout D61731216, build flashy ephemeral: ``` $ fbpkg build -E openbmc.utils.flashy --yes --configerator-path ~/configerator/ ``` Ensure arm64 flashy binary is present ``` $ cd $(mktemp -d) && fbpkg fetch openbmc.utils.flashy:c84f8ad ... $ file flashy_arm64 flashy_arm64: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, Go BuildID=1AdKZP4L9rfwwmxcE3C3/pY_LLowZsUX8QlcymBEz/yAXuELHk-8td4irRAKp1/M9d2EazNavpmMXz27q3x, stripped ``` Reviewed By: doranand Differential Revision: D61730815 fbshipit-source-id: 7e5328f2f3604733f1577803444d105876e18afb
1 parent 39c1f01 commit e1fa335

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/flashy/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ set -e
2323
cd "$(dirname "$0")"
2424
rm -rf build
2525
GOOS=linux GOARCH=arm GOARM=5 go build -ldflags="-w -s" -gcflags=all="-l" -o build/flashy
26+
GOOS=linux GOARCH=arm64 go build -ldflags="-w -s" -gcflags=all="-l" -o build/flashy_arm64

0 commit comments

Comments
 (0)