Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Bauer <vb@container-registry.com>
  • Loading branch information
Vad1mo committed Jun 29, 2024
1 parent 65ccf4a commit 91c0b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/spectral/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ${GOLANG}

ARG SPECTRAL_VERSION
RUN case "$(dpkg --print-architecture)" in \
amd64) ARCH="x86" ;; \
amd64) ARCH="x64" ;; \
arm64) ARCH="arm64" ;; \
*) echo "Unsupported architecture" && exit 1 ;; \
esac && \
Expand Down

0 comments on commit 91c0b15

Please sign in to comment.