Skip to content

Commit

Permalink
ci: use chimera:cross image
Browse files Browse the repository at this point in the history
  • Loading branch information
odrling committed Mar 26, 2024
1 parent 3597ffd commit 6faba3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM ghcr.io/odrling/chimera:x86_64 AS builder
FROM ghcr.io/odrling/chimera:cross AS builder
ARG ARCH

RUN apk upgrade && apk add musl-devel meson clang git lld

COPY . /ffmpegaacsucks

RUN cd /ffmpegaacsucks && ARCH=$ARCH ci/build.sh
Expand Down
1 change: 0 additions & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
export LDFLAGS="-Wl,-Bsymbolic"

if [ "$ARCH" != x86_64 ]; then
apk add "base-cross-$ARCH" "clang-rt-cross-$ARCH" "clang-rt-crt-cross-$ARCH"
extra_args="--cross-file ci/$ARCH-chimera-linux-musl.txt"
fi

Expand Down

0 comments on commit 6faba3f

Please sign in to comment.