Skip to content

Commit 345a7ef

Browse files
authored
Merge pull request #257 from datalust/chore/arm-publishing
Fix up ARM publishing for Docker
2 parents e1b83e8 + 7f62913 commit 345a7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/seqcli/linux-arm64.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# based on: https://github.com/dotnet/dotnet-docker/blob/master/2.0/runtime-deps/jessie/amd64/Dockerfile
22

3-
FROM --platform=linux/arm64 ubuntu:20.04
3+
FROM --platform=linux/arm/v8 ubuntu:20.04
44

55
RUN apt-get update \
66
&& apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)