We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7a1e6 commit 4f4277fCopy full SHA for 4f4277f
.github/workflows/inputdata.yaml
@@ -29,7 +29,6 @@ jobs:
29
- files-standalone
30
os:
31
- ubuntu-22.04
32
- - ubuntu-22.04-arm
33
steps:
34
-
35
name: Checkout
@@ -38,6 +37,17 @@ jobs:
38
37
submodules: recursive
39
show-progress: false
40
persist-credentials: false
+ -
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
51
52
name: GHCR
53
uses: docker/login-action@v3
@@ -67,5 +77,6 @@ jobs:
67
77
push: ${{ github.event_name != 'pull_request' }}
68
78
tags: ${{ steps.meta.outputs.tags }}
69
79
labels: ${{ steps.meta.outputs.labels }}
80
+ platforms: linux/amd64,linux/arm64
70
81
build-args: |
71
82
DATA_FILE=${{ matrix.data }}.txt
0 commit comments