Skip to content

Commit

Permalink
Merge pull request #24 from t4lz/fix-unix
Browse files Browse the repository at this point in the history
Fix broken unix-sockets image by updating deps
  • Loading branch information
t4lz authored Sep 19, 2024
2 parents bfface2 + 3092280 commit 1e6245a
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 90 deletions.
193 changes: 104 additions & 89 deletions unix-socket-server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion unix-socket-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Using the agent's build image, that has rustup targets, zigbuild etc.
FROM --platform=$BUILDPLATFORM ghcr.io/metalbear-co/ci-agent-build:latest as build-env
FROM --platform=$BUILDPLATFORM ghcr.io/metalbear-co/ci-agent-build:latest AS build-env
ARG TARGETARCH

WORKDIR /build
Expand Down

0 comments on commit 1e6245a

Please sign in to comment.