diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d533976..27929e7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,7 +73,7 @@ jobs: uses: docker/build-push-action@v4.0.0 with: context: . - platforms: linux/amd64,linux/arm64,linux/arm/v7 + platforms: linux/amd64,linux/arm64 push: true tags: | loupeznik/better-wapi:${{ github.ref_name }} diff --git a/Dockerfile b/Dockerfile index 4006014..3d129ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25-alpine as builder +FROM golang:1.25-alpine AS builder RUN apk update && apk add --no-cache alpine-sdk git tzdata