Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Oct 17, 2023
1 parent 9c90577 commit 7011449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,4 @@ jobs:
]
}
]
}
}
2 changes: 1 addition & 1 deletion images/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN apk --no-cache add \
###############################################################
FROM common AS generic
ARG TARGETARCH
RUN if [ "${TARGETARCH}" == "amd64" ];then apk --no-cache add grub-bios; fi
RUN if [ "${TARGETARCH}" = "amd64" ];then apk --no-cache add grub-bios; fi
RUN apk --no-cache add \
bonding \
bridge \
Expand Down

0 comments on commit 7011449

Please sign in to comment.