Skip to content

Commit

Permalink
remove arch from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxfight committed May 6, 2024
1 parent 5345f58 commit 754856c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
matrix:
platform:
- linux/amd64
- linux/arm/v6
- linux/arm/v7
- linux/arm64
#
steps:
- name: Checkout repository
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM rust:alpine as builder

WORKDIR /app

RUN rustup target add x86_64-unknown-linux-musl
RUN apk add --no-cache openssl-dev musl-dev
ENV OPENSSL_DIR=/usr

Expand Down

0 comments on commit 754856c

Please sign in to comment.