Skip to content

Commit 79ca13d

Browse files
authored
Remove armv7 build (#20)
1 parent eff9a2e commit 79ca13d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: docker/build-push-action@v4.0.0
7474
with:
7575
context: .
76-
platforms: linux/amd64,linux/arm64,linux/arm/v7
76+
platforms: linux/amd64,linux/arm64
7777
push: true
7878
tags: |
7979
loupeznik/better-wapi:${{ github.ref_name }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25-alpine as builder
1+
FROM golang:1.25-alpine AS builder
22

33
RUN apk update && apk add --no-cache alpine-sdk git tzdata
44

0 commit comments

Comments
 (0)