File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 77
88<% if is_arm64 %>
99# For multiarch build on Docker hub automated build.
10- FROM golang:alpine AS builder
11- WORKDIR /go
12- ENV QEMU_DOWNLOAD_SHA256 5db25cccb40ac7b1ca857653b883376b931d91b06ff34ffe70dcf6180bd07bb8
13- RUN apk add curl --no-cache
14- RUN curl -sL -o qemu-6.0.0.balena1-aarch64.tar.gz https://github.com/balena-io/qemu/releases/download/v6.0.0%2Bbalena1/qemu-6.0.0.balena1-aarch64.tar.gz && echo "$QEMU_DOWNLOAD_SHA256 *qemu-6.0.0.balena1-aarch64.tar.gz" | sha256sum -c - | tar zxvf qemu-6.0.0.balena1-aarch64.tar.gz -C . && mv qemu-6.0.0+balena1-aarch64/qemu-aarch64-static .
15-
1610FROM fluent/fluentd:<%= fluentd_ver %> -debian-arm64-1.0
17- COPY --from=builder /go/qemu-aarch64-static /usr/bin/
1811<% else %>
1912FROM fluent/fluentd:<%= fluentd_ver %> -debian-amd64-1.0
2013<% end %>
You can’t perform that action at this time.
0 commit comments