We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35898d commit cef9659Copy full SHA for cef9659
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
node-version: [16.x]
14
- os: [ubuntu-latest, ubuntu-22.04-arm64]
+ os: [ubuntu-latest, ubuntu-22.04-arm]
15
16
steps:
17
- uses: actions/checkout@v4
.github/workflows/push-image.yml
@@ -27,7 +27,7 @@ jobs:
27
- platform: linux/amd64
28
runner: ubuntu-latest
29
- platform: linux/arm64
30
- runner: ubuntu-22.04-arm64
+ runner: ubuntu-22.04-arm
31
32
-
33
name: Prepare
0 commit comments