Skip to content

Commit e767172

Browse files
committed
init
1 parent 3c67fdd commit e767172

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ jobs:
121121
tags: ${{ steps.meta.outputs.tags }}
122122
labels: ${{ steps.meta.outputs.labels }}
123123
cache-from: type=gha
124-
cache-to: type=gha,mode=max pb33f/openapi-changes:${{ github.event.client_payload.new-tag }}, pb33f/openapi-changes:latest
124+
cache-to: type=gha,mode=max

.goreleaser.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ builds:
1010
- linux
1111
- windows
1212
- darwin
13+
goarch:
14+
- amd64
15+
- arm64
16+
ignore:
17+
- goos: windows
18+
goarch: arm64
1319
archives:
1420
- name_template: >-
1521
{{ .ProjectName }}_

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
8888
docker pull pb33f/openapi-changes
8989
```
9090

91+
Docker images are available for both `linux/amd64` and `linux/arm64` architectures.
92+
9193
To run, mount the current working dir to the container like so:
9294

9395
```

0 commit comments

Comments
 (0)