From ce2e01ec4811915c62e29ca371761f8286eef5c2 Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Mon, 28 Feb 2022 23:55:53 +0100 Subject: [PATCH] Rollback to alpine 3.12 due to armv6 core dump --- Dockerfile | 2 +- Makefile | 2 +- manifest.yml | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3b3c7e3..12adf7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:alpine as builder +FROM node:alpine3.12 as builder COPY qemu-*-static /usr/bin/ diff --git a/Makefile b/Makefile index 975eb5a..f43b04e 100644 --- a/Makefile +++ b/Makefile @@ -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 . diff --git a/manifest.yml b/manifest.yml index 6bcf184..b35de90 100644 --- a/manifest.yml +++ b/manifest.yml @@ -13,7 +13,3 @@ manifests: platform: architecture: amd64 os: linux - - image: femtopixel/eleventy:$VERSION-i386 - platform: - architecture: 386 - os: linux