Skip to content

Commit d2d3e4f

Browse files
committed
lint: Include specific dev release in TODO comments
Signed-off-by: Scott Fleener <[email protected]>
1 parent eb5d8a2 commit d2d3e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,15 @@ jobs:
145145
env:
146146
LINKERD2_PROXY_VENDOR: ${{ github.repository_owner }}
147147
LINKERD2_PROXY_VERSION: ${{ needs.meta.outputs.version }}
148-
# TODO: add to dev image
148+
# TODO: these variables will be included in dev v48
149149
AWS_LC_SYS_CFLAGS_aarch64_unknown_linux_gnu: "-fuse-ld=/usr/aarch64-linux-gnu/bin/ld"
150150
AWS_LC_SYS_CFLAGS_aarch64_unknown_linux_musl: "-fuse-ld=/usr/aarch64-linux-gnu/bin/ld"
151151
steps:
152152
# TODO: add to dev image
153153
- name: Install MiniGW
154154
if: matrix.os == 'windows'
155155
run: apt-get update && apt-get install mingw-w64 -y
156-
# TODO: add to dev image
156+
# TODO: these packages will be included in dev v48
157157
- name: Install cross compilation toolchain
158158
if: matrix.arch == 'arm64'
159159
run: apt-get update && apt-get install --no-install-recommends -y \

0 commit comments

Comments
 (0)