Skip to content

Commit

Permalink
Fix linux_arm_6 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoPologruto committed Sep 26, 2022
1 parent b3664cd commit 630506e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DistTasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ tasks:
tar cz -C {{.PLATFORM_DIR}} {{.PROJECT_NAME}} -C ../.. LICENSE.txt -f {{.PACKAGE_NAME}}
vars:
PLATFORM_DIR: "{{.PROJECT_NAME}}_linux_arm_6"
PLATFORM_DIR: "{{.PROJECT_NAME}}_linux_arm_64"
BUILD_COMMAND: "go build -o {{.DIST_DIR}}/{{.PLATFORM_DIR}}/{{.PROJECT_NAME}} {{.LDFLAGS}}"
BUILD_PLATFORM: "linux/arm64"
CONTAINER_TAG: "{{.GO_VERSION}}-arm"
Expand Down

0 comments on commit 630506e

Please sign in to comment.