Skip to content

Commit ced8434

Browse files
committed
Update image used to build
1 parent fe05131 commit ced8434

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: ./build.libgit2.sh
5656
- name: Setup QEMU
5757
run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
58-
if: matrix.name == 'linux-musl-arm' || matrix.name == 'linux-musl-arm64'
58+
if: matrix.name == 'linux-arm' || matrix.name == 'linux-arm64' || matrix.name == 'linux-musl-arm' || matrix.name == 'linux-musl-arm64'
5959
- name: Build Linux
6060
if: runner.os == 'Linux'
6161
run: ./dockerbuild.sh

Dockerfile.linux

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
FROM multiarch/crossbuild
21
ARG ARCH='amd64'
3-
ENV CROSS_TRIPLE=${ARCH}
2+
FROM multiarch/ubuntu-core:${ARCH}-focal
43
RUN apt update && apt -y install pkg-config
54

65
WORKDIR /nativebinaries

0 commit comments

Comments
 (0)