Skip to content

Commit

Permalink
remove buildx options from custom seego image
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto committed Feb 4, 2021
1 parent dc3f343 commit 0aefe12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/seego/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
FROM --platform=$BUILDPLATFORM rfratto/seego:latest as build
ARG TARGETPLATFORM
ARG BUILDPLATFORM
FROM rfratto/seego:latest as build

# Use custom Go version instead of one prepacked in seego
ENV GOLANG_VERSION 1.15.7
Expand Down

0 comments on commit 0aefe12

Please sign in to comment.