From 905434f5f286f919e6fda677246fad2b24fe84bd Mon Sep 17 00:00:00 2001 From: Nate Meyer <672246+notnmeyer@users.noreply.github.com> Date: Wed, 3 May 2023 08:03:30 -0700 Subject: [PATCH] oops, realized we wont be able to build arm64 here --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 20eef48d89..a396056928 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,4 +28,4 @@ jobs: # to ensure the build process works. since this is a linux-host we only build for linux. eventually, # we'll need something building on macos (and windows?) too. - name: Build SEA - run: task pkg:build -- -t node18-linux-x64,node18-linux-arm64 + run: task pkg:build -- -t node18-linux-x64