Skip to content

Commit

Permalink
Fix the description in Dockerfile-debian-arm64 (openstf#713)
Browse files Browse the repository at this point in the history
This is a minor cosmetic change. Missed this in DeviceFarmer#712.

Signed-off-by: Ivan Mironov <[email protected]>
Co-authored-by: Karol Wrótniak <[email protected]>
  • Loading branch information
im-0 and koral-- authored Sep 29, 2023
1 parent 4db9120 commit 3ae296e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-debian-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM arm64v8/debian:buster-slim
LABEL Maintainer="Denis Barbaron <[email protected]>"
LABEL Name="STF"
LABEL Url="https://github.com/devicefarmer/stf/"
LABEL Description="STF docker image for armhf architecture"
LABEL Description="STF docker image for arm64 architecture"

# Sneak the stf executable into $PATH.
ENV PATH /app/bin:$PATH
Expand Down

0 comments on commit 3ae296e

Please sign in to comment.