Skip to content

Commit

Permalink
Remove unused ARG arch
Browse files Browse the repository at this point in the history
This is unused since #1804
  • Loading branch information
webmaster128 committed Mar 12, 2024
1 parent 0e270ce commit 0d02332
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# docker build . -t cosmwasm/wasmd:latest
# docker run --rm -it cosmwasm/wasmd:latest /bin/sh
FROM golang:1.21-alpine3.17 AS go-builder
ARG arch=x86_64

# this comes from standard alpine nightly file
# https://github.com/rust-lang/docker-rust-nightly/blob/master/alpine3.12/Dockerfile
Expand Down

0 comments on commit 0d02332

Please sign in to comment.