Skip to content

Commit

Permalink
skip arm v6/v7 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
OA committed Jul 23, 2024
1 parent 03d895c commit 810aba6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
id: push
uses: docker/build-push-action@v6.5.0
with:
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm64
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /

RUN git clone --recursive --depth=1 --shallow-submodules --jobs 5 -b v1.65.1 https://github.com/grpc/grpc

RUN apk add alpine-sdk cmake linux-headers
RUN apk add --no-cache alpine-sdk linux-headers cmake

WORKDIR /grpc

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
### docker run
```shell
docker run --rm -v $(pwd):/project ghcr.io/oa/protoc-php-action:0.2.0 client/target client/target proto
docker run --rm -v $(pwd):/project ghcr.io/oa/protoc-php-action:0.2.2 client/target client/target proto
```

0 comments on commit 810aba6

Please sign in to comment.