Skip to content

Commit d52d44d

Browse files
committed
Build on Github ARM
1 parent 212ac44 commit d52d44d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
name: Build
11-
runs-on: [self-hosted]
11+
runs-on: ubuntu-24.04-arm
1212
steps:
1313
- uses: actions/checkout@v4
1414
with:

.github/workflows/build-base-pretix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build:
1515
name: Build
16-
runs-on: [self-hosted]
16+
runs-on: ubuntu-24.04-arm
1717
permissions:
1818
contents: read
1919
packages: write

.github/workflows/build-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build:
1313
name: Build
14-
runs-on: [self-hosted]
14+
runs-on: ubuntu-24.04-arm
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:

.github/workflows/build-pretix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
name: Build pretix
11-
runs-on: [self-hosted]
11+
runs-on: ubuntu-24.04-arm
1212
steps:
1313
- uses: actions/checkout@v4
1414
with:

0 commit comments

Comments
 (0)