Skip to content

Commit

Permalink
remove linux/386 platform support
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Sep 29, 2024
1 parent ee1c00e commit 5271028
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN apk --update --no-cache add \

WORKDIR /tmp/skalibs
COPY --from=dl-skalibs /dl .
COPY patchs/skalibs .
COPY patches/skalibs .
RUN sed -i "s|@@VERSION@@|${SKALIBS_VERSION}|" -i *.pc \
&& ./configure \
--enable-shared \
Expand All @@ -128,7 +128,7 @@ RUN ./configure \

WORKDIR /tmp/s6
COPY --from=dl-s6 /dl .
COPY patchs/s6 .
COPY patches/s6 .
RUN ./configure \
--enable-shared \
--enable-static \
Expand Down
2 changes: 0 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ target "platforms" {
"linux/arm/v6",
"linux/arm/v7",
"linux/arm64",
"linux/386",
"linux/ppc64le",
"linux/riscv64",
"linux/s390x"
Expand All @@ -24,7 +23,6 @@ target "platforms" {
"linux/arm/v6",
"linux/arm/v7",
"linux/arm64",
"linux/386",
"linux/ppc64le",
"linux/s390x"
]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5271028

Please sign in to comment.