Browse Source

grab the amd64 build, not the arm64 one (thanks @csmith)

pull/9/head
Daniel Oaks 5 years ago
parent
commit
0e7eb03eed
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -41,7 +41,7 @@ EXPOSE 6667/tcp 6697/tcp
41 41
 
42 42
 # oragono itself
43 43
 RUN mkdir -p /ircd-bin
44
-COPY --from=build-env /go/src/github.com/oragono/oragono/dist/linux_arm64/oragono /ircd-bin
44
+COPY --from=build-env /go/src/github.com/oragono/oragono/dist/linux_amd64/oragono /ircd-bin
45 45
 COPY --from=build-env /go/src/github.com/oragono/oragono/languages /ircd-bin/languages/
46 46
 COPY --from=build-env /go/src/github.com/oragono/oragono/oragono.yaml /ircd-bin/oragono.yaml
47 47
 COPY run.sh /ircd-bin/run.sh

Loading…
Cancel
Save