Skip to content

Commit 442a400

Browse files
committed
feat: switch to arm
1 parent af0c0bc commit 442a400

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/oci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04-arm
1717
strategy:
1818
fail-fast: true
1919

@@ -58,7 +58,7 @@ jobs:
5858
cache-to: type=inline
5959

6060
merge:
61-
runs-on: ubuntu-latest
61+
runs-on: ubuntu-22.04-arm
6262
steps:
6363
- name: Checkout Repository
6464
uses: actions/checkout@v4

0 commit comments

Comments
 (0)