Skip to content

Commit

Permalink
Use explicit amd64 for crosscompile (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Jun 29, 2023
1 parent 1896f6d commit 591a884
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .hadolint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ignored:
- DL3003
- DL3006
- DL3018
- DL3018
- DL3029
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BUILD_FROM

FROM golang:1.19-alpine3.16 AS builder
FROM --platform=amd64 golang:1.19-alpine3.16 AS builder

WORKDIR /workspace/observer-plugin
ARG BUILD_ARCH
Expand Down

0 comments on commit 591a884

Please sign in to comment.