Skip to content

Commit

Permalink
fixed ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
kochetovd committed Jan 30, 2025
1 parent 70c5db8 commit f43f245
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
platforms: linux/amd64,linux/386, linux/arm64, linux/arm64,linux/arm/v7
with:
platforms: linux/amd64,linux/386, linux/arm64, linux/arm64,linux/arm/v7

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit f43f245

Please sign in to comment.