Skip to content

Commit

Permalink
Unable to build on previous version - may affect #3
Browse files Browse the repository at this point in the history
jaymoulin committed Apr 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4cbb5a0 commit 7a50ec8
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine3.14 as builder
FROM node:alpine as builder

COPY qemu-*-static /usr/bin/

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ VERSION ?= v3.0.0-alpha.9
FULLVERSION ?= v3.0.0-alpha.9
CACHE ?= --no-cache=1
.PHONY: all build publish latest
archs ?= amd64 arm32v6 arm64v8
archs ?= amd64 arm64v8 arm32v6
all: build publish latest
qemu-arm-static:
cp /usr/bin/qemu-arm-static .

0 comments on commit 7a50ec8

Please sign in to comment.