Skip to content

Commit

Permalink
Revert "Fix platform"
Browse files Browse the repository at this point in the history
This reverts commit 7ba2f99.
  • Loading branch information
Kuniwak committed Mar 28, 2024
1 parent fa6fd27 commit 6abc8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# image-name: ghcr.io/dena/unity-meta-check/unity-meta-check
FROM --platform=linux/amd64 golang:1.19-buster as builder
FROM golang:1.19-buster as builder
WORKDIR /go/src/unity-meta-check
COPY . .
RUN make out/unity-meta-check-linux-amd64 out/unity-meta-check-junit-linux-amd64 out/unity-meta-check-github-pr-comment-linux-amd64 out/unity-meta-autofix-linux-amd64 && \
Expand Down

0 comments on commit 6abc8e0

Please sign in to comment.