We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff9a2e commit 79ca13dCopy full SHA for 79ca13d
2 files changed
.github/workflows/ci.yaml
@@ -73,7 +73,7 @@ jobs:
73
uses: docker/build-push-action@v4.0.0
74
with:
75
context: .
76
- platforms: linux/amd64,linux/arm64,linux/arm/v7
+ platforms: linux/amd64,linux/arm64
77
push: true
78
tags: |
79
loupeznik/better-wapi:${{ github.ref_name }}
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25-alpine as builder
+FROM golang:1.25-alpine AS builder
2
3
RUN apk update && apk add --no-cache alpine-sdk git tzdata
4
0 commit comments