Skip to content

Commit

Permalink
ci: switch back to github runner
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Waffen <rwaffen@gmail.com>
  • Loading branch information
rwaffen committed Sep 27, 2024
1 parent dfe5173 commit dd42d4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

build-ARM-container:
# runs-on: hetzner-arm
runs-on: macarne
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -60,7 +60,8 @@ jobs:
docker.io/voxpupuli/voxbox:latest
build-X86-container:
runs-on: macarne
# runs-on: macarne
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:

build-x86-container:
name: 'Build x86 CI container'
runs-on: macarne
# runs-on: macarne
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
Expand Down Expand Up @@ -72,7 +73,7 @@ jobs:
build-ARM-container:
name: 'Build ARM CI container'
# runs-on: hetzner-arm
runs-on: macarne
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
Expand Down

0 comments on commit dd42d4a

Please sign in to comment.