Skip to content

Commit

Permalink
chore: fix PR builds
Browse files Browse the repository at this point in the history
  • Loading branch information
brusherru committed Jan 11, 2024
1 parent 5925ec1 commit 2caeac3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@ jobs:
- image: macos-latest
id: macos
platform: macos
node: macOS
node: mac-amd64
arch: '' # x64
- image: windows-latest
id: windows
platform: windows
node: Windows
node: win-amd64
arch: '' # x64
- image: ubuntu-latest
id: linux
platform: linux
node: Linux
node: linux-amd64
arch: amd64
- image: [self-hosted, macos, arm64]
id: macos-arm64
platform: macos
node: macOS_ARM64
node: mac-arm64
arch: arm64
- image: [self-hosted, linux, arm64]
id: linux-arm64
platform: linux
node: Linux_ARM64
node: linux-arm64
arch: arm64

outputs:
Expand Down

0 comments on commit 2caeac3

Please sign in to comment.