Skip to content

Commit

Permalink
removed arm6
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Feb 3, 2025
1 parent 6b7646d commit 4412bc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-main-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
push: true
tags: ${{ env.REGISTRY }}/${{ github.actor }}/dnsmonster:dev
labels: ${{ env.REGISTRY }}/${{ github.actor }}/dnsmonster:dev
platforms: linux/amd64,linux/arm/v6,linux/arm64
platforms: linux/amd64,linux/arm64
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm/v6,linux/arm64
platforms: linux/amd64,linux/arm64
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG TARGETARCH

ENV REPO="github.com/mosajjal/dnsmonster"

RUN apk add --no-cache libcap-static libpcap-dev linux-headers git go file --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/
RUN apk add --no-cache libcap-static libpcap-dev linux-headers gcc git go file --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/

RUN git clone https://${REPO}.git /opt/dnsmonster --depth 1 \
&& cd /opt/dnsmonster \
Expand Down

0 comments on commit 4412bc5

Please sign in to comment.