aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-12-06 22:31:26 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-12-06 22:31:26 -0800
commita315ee7e0348f546179d1ec9e88e7e6b143fddc7 (patch)
treebf4e9ada2abcee8f827cf3f4feae4528abbb0414
parent57672eb266a7b3596b4d6d153da8fa1b0d040eb2 (diff)
downloadbun-a315ee7e0348f546179d1ec9e88e7e6b143fddc7.tar.gz
bun-a315ee7e0348f546179d1ec9e88e7e6b143fddc7.tar.zst
bun-a315ee7e0348f546179d1ec9e88e7e6b143fddc7.zip
try
-rw-r--r--.github/workflows/bun-mac-aarch64.yml2
-rw-r--r--.github/workflows/bun-mac-x64-baseline.yml2
-rw-r--r--.github/workflows/bun-mac-x64.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/bun-mac-aarch64.yml b/.github/workflows/bun-mac-aarch64.yml
index b4e2471c2..12d8f1c22 100644
--- a/.github/workflows/bun-mac-aarch64.yml
+++ b/.github/workflows/bun-mac-aarch64.yml
@@ -84,7 +84,7 @@ jobs:
cache-to: type=gha,mode=min
build-args: |
ARCH=${{ matrix.arch }}
- BUILDARCH=aarch64
+ BUILDARCH=arm64
CPU_TARGET=${{ matrix.cpu }}
TRIPLET=${{matrix.arch}}-macos-none
GIT_SHA=${{github.sha}}
diff --git a/.github/workflows/bun-mac-x64-baseline.yml b/.github/workflows/bun-mac-x64-baseline.yml
index 5b155a180..15d2ff193 100644
--- a/.github/workflows/bun-mac-x64-baseline.yml
+++ b/.github/workflows/bun-mac-x64-baseline.yml
@@ -84,7 +84,7 @@ jobs:
cache-to: type=gha,mode=min
build-args: |
ARCH=${{ matrix.arch }}
- BUILDARCH=aarch64
+ BUILDARCH=arm64
CPU_TARGET=${{ matrix.cpu }}
TRIPLET=${{matrix.arch}}-macos-none
GIT_SHA=${{github.sha}}
diff --git a/.github/workflows/bun-mac-x64.yml b/.github/workflows/bun-mac-x64.yml
index 4cc1539f1..bbfa3790b 100644
--- a/.github/workflows/bun-mac-x64.yml
+++ b/.github/workflows/bun-mac-x64.yml
@@ -84,7 +84,7 @@ jobs:
cache-to: type=gha,mode=min
build-args: |
ARCH=${{ matrix.arch }}
- BUILDARCH=aarch64
+ BUILDARCH=arm64
CPU_TARGET=${{ matrix.cpu }}
TRIPLET=${{matrix.arch}}-macos-none
GIT_SHA=${{github.sha}}