Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabrot committed Mar 4, 2024
1 parent c93f3b1 commit 81e56a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ jobs:
with:
context: .
load: true
build-args: |
PLATFORM=${{ matrix.platform }}
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FROM rust:1.75-bookworm as build
# Base stage for building
FROM debian:12.5-slim as build
FROM debian:12.5-slim as build

# Install required dependencies
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit 81e56a1

Please sign in to comment.