Skip to content

Commit

Permalink
Rollback to alpine 3.12 due to armv6 core dump
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Feb 28, 2022
1 parent 7555177 commit ce2e01e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine as builder
FROM node:alpine3.12 as builder

COPY qemu-*-static /usr/bin/

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ VERSION ?= v1.0.1-canary.3
FULLVERSION ?= v1.0.1-canary.3
CACHE ?= --no-cache=1
.PHONY: all build publish latest
archs ?= amd64 arm32v6 arm64v8 i386
archs ?= amd64 arm32v6 arm64v8
all: build publish latest
qemu-arm-static:
cp /usr/bin/qemu-arm-static .
Expand Down
4 changes: 0 additions & 4 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ manifests:
platform:
architecture: amd64
os: linux
- image: femtopixel/eleventy:$VERSION-i386
platform:
architecture: 386
os: linux

0 comments on commit ce2e01e

Please sign in to comment.