Skip to content

Commit 4f4277f

Browse files
committed
try building for arm/amd
1 parent fc7a1e6 commit 4f4277f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/inputdata.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- files-standalone
3030
os:
3131
- ubuntu-22.04
32-
- ubuntu-22.04-arm
3332
steps:
3433
-
3534
name: Checkout
@@ -38,6 +37,17 @@ jobs:
3837
submodules: recursive
3938
show-progress: false
4039
persist-credentials: false
40+
-
41+
name: Setup
42+
uses: docker/setup-docker-action@v4
43+
with:
44+
daemon-config: |
45+
{
46+
"debug": true,
47+
"features": {
48+
"containerd-snapshotter": true
49+
}
50+
}
4151
-
4252
name: GHCR
4353
uses: docker/login-action@v3
@@ -67,5 +77,6 @@ jobs:
6777
push: ${{ github.event_name != 'pull_request' }}
6878
tags: ${{ steps.meta.outputs.tags }}
6979
labels: ${{ steps.meta.outputs.labels }}
80+
platforms: linux/amd64,linux/arm64
7081
build-args: |
7182
DATA_FILE=${{ matrix.data }}.txt

0 commit comments

Comments
 (0)