From 34498d165b5c50f67f453bd50fcff6e276dcdbb4 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Wed, 27 Sep 2023 12:40:02 -0400 Subject: [PATCH] fix: gh actions no qemu --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 1c5cddf..e363f57 100644 --- a/Earthfile +++ b/Earthfile @@ -3,7 +3,7 @@ FROM crystallang/crystal:latest WORKDIR /workdir all: - BUILD --platform=linux/amd64 --platform=linux/arm64 +test + BUILD +test deps: RUN apt-get update \