We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fab04 commit 2c6e8b6Copy full SHA for 2c6e8b6
.github/workflows/master.yml
@@ -0,0 +1,39 @@
1
+name: test
2
+
3
+on:
4
+ workflow_dispatch:
5
+ push:
6
+ pull_request:
7
8
+jobs:
9
+ amd64:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ -
13
+ name: Set up Docker
14
+ uses: vvoland/ghaction-setup-docker@master
15
+ with:
16
+ version: master
17
+ daemon-config: |
18
+ {
19
+ "debug": true,
20
+ "features": {
21
+ "containerd-snapshotter": true
22
+ }
23
24
+ arm64:
25
+ runs-on: ubuntu22_arm64
26
27
28
29
30
31
32
33
34
35
36
37
38
39
0 commit comments