Skip to content

Commit ec67a62

Browse files
authored
added arm64 binary of k3s
iot-device needs arm64 k3s binary so added that also in release. Signed-off-by: Abdhesh Nayak <abdheshnayak@gmail.com>
1 parent 957a919 commit ec67a62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-k3s-runner.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
GOARCH=amd64 task build
7474
GOARCH=arm64 task build
7575
curl -L0 "https://github.com/k3s-io/k3s/releases/download/$K3S_VERSION/k3s" > bin/k3s
76+
curl -L0 "https://github.com/k3s-io/k3s/releases/download/$K3S_VERSION/k3s-arm64" > bin/k3s-arm64
7677
7778
PRE_RELEASE=$OVERRIDE_RELEASE
7879

0 commit comments

Comments
 (0)