Skip to content

Commit 0aa9555

Browse files
committed
ghci: Build Docker on Arm
1 parent b77e2a7 commit 0aa9555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency: docker
99
jobs:
1010
docker:
1111
name: Build Docker image
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-latest-arm
1313
steps:
1414
- name: Extract Docker metadata
1515
id: meta

0 commit comments

Comments
 (0)