We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f5170 commit e3a5fe9Copy full SHA for e3a5fe9
.github/workflows/docker-image.yml
@@ -12,7 +12,7 @@ permissions:
12
13
jobs:
14
build-and-push:
15
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04-arm64
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v4
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
set -euo pipefail
42
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
43
- nix build .#clawdbot-docker --system aarch64-linux
+ nix build .#clawdbot-docker
44
45
- name: Load image
46
shell: bash
0 commit comments