Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
sergicastro committed Aug 12, 2024
1 parent af3787a commit 82a3d9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
steps:
- uses: docker/setup-qemu-action@v3
with:
platforms: amd64,arm64
platforms: linux/amd64,linux/arm64
- uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64
cache-binary: true
cache-binary: false
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM gcr.io/distroless/static:nonroot

ARG BUILDPLATFORM
ARG TARGETPLATFORM

WORKDIR /
Expand Down

0 comments on commit 82a3d9b

Please sign in to comment.