File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ COPY Makefile main.go ./
99COPY server/ ./server/
1010RUN make VERSION=$VERSION COMMIT=$COMMIT RELEASE=1 build
1111
12- FROM node:16-alpine AS build-frontend
12+ FROM node:16-bullseye AS build-frontend
1313WORKDIR /wd
1414ENV PARCEL_WORKERS 1
1515# node-gyp dependencies: https://github.com/nodejs/node-gyp#on-unix
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ clean:
108108
109109.PHONY : build-docker
110110build-docker :
111- docker build --build-arg VERSION=$(VERSION ) --build-arg COMMIT=$(COMMIT ) --tag $(DOCKER_IMAGE ) :latest .
111+ docker buildx build --build-arg VERSION=$(VERSION ) --build-arg COMMIT=$(COMMIT ) --tag $(DOCKER_IMAGE ) :latest --platform linux/arm64,linux/amd64 .
112112 docker tag $(DOCKER_IMAGE ) $(DOCKER_IMAGE ) :$(DOCKER_TAG )
113113
114114.PHONY : start-docker
You can’t perform that action at this time.
0 commit comments