Skip to content

Commit

Permalink
Remove gcc aarch64 for now to try to fix github action no space left …
Browse files Browse the repository at this point in the history
…error
  • Loading branch information
Nicolas-Peiffer authored Oct 2, 2024
1 parent 4af3b07 commit aa6ccb7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ FROM ${BUILDER_IMAGE_REGISTRY}/${BUILDER_IMAGE_NAME}:${BUILDER_IMAGE_TAG} AS bui

# Install linux/arm64 GCC
RUN apt-get update && apt-get install -y \
gcc-aarch64-linux-gnu \
git \
curl \
make \
Expand Down

0 comments on commit aa6ccb7

Please sign in to comment.