Skip to content

Commit 19700f7

Browse files
committed
fix(armhf): dependency
1 parent 269a860 commit 19700f7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
# - bionic-devtoolset-ppc64le
1616
- focal-arm64
1717
- focal-armhf
18-
- focal-ppc64le
18+
# - focal-ppc64le
1919
- focal-riscv64
2020
- focal-x64
21-
- focal-devtoolset-arm32v7
2221
- focal-devtoolset-arm64
22+
- focal-devtoolset-armhf
2323
- focal-devtoolset-ppc64le
2424
- focal-devtoolset-riscv64
2525
- focal-devtoolset-s390x
2626
- focal-devtoolset-x64
27-
- trixie-loong64
27+
# - trixie-loong64
2828
- trixie-devtoolset-loong64
2929

3030
steps:

focal-devtoolset-arm32v7/Dockerfile renamed to focal-devtoolset-armhf/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ RUN echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ focal-security main un
1414
RUN echo "deb [arch=arm64,armhf] http://ports.ubuntu.com/ focal-updates main universe multiverse restricted" | tee -a /etc/apt/sources.list
1515
RUN dpkg --add-architecture armhf
1616
RUN apt-get update && apt-get install -y --no-install-recommends \
17-
gcc-10-arm-linux-gnu \
18-
g++-10-arm-linux-gnu \
17+
gcc-10-arm-linux-gnueabihf \
18+
g++-10-arm-linux-gnueabihf \
1919
binutils-arm-linux-gnu \
2020
build-essential \
2121
git \

0 commit comments

Comments
 (0)