Skip to content

Commit e3a5fe9

Browse files
author
DJTBOT
committed
Use arm64 runner for docker build
1 parent 83f5170 commit e3a5fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
build-and-push:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04-arm64
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
set -euo pipefail
4242
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
43-
nix build .#clawdbot-docker --system aarch64-linux
43+
nix build .#clawdbot-docker
4444
4545
- name: Load image
4646
shell: bash

0 commit comments

Comments
 (0)