We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce2494 commit b7dd6b0Copy full SHA for b7dd6b0
.github/workflows/ci.yaml
@@ -0,0 +1,21 @@
1
+name: ci
2
+
3
+on:
4
+ push:
5
6
+jobs:
7
+ buildx:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Checkout
11
+ uses: actions/checkout@v4
12
+ - name: Set up QEMU
13
+ uses: docker/setup-qemu-action@v3
14
+ - name: Set up Docker Buildx
15
+ uses: docker/setup-buildx-action@v3
16
+ platforms: linux/amd64,linux/arm64
17
+ - name: Run Skaffold pipeline as action
18
+ uses: hiberbee/github-action-skaffold@1.19.0
19
+ with:
20
+ version: v2.14.1
21
+ command: build
0 commit comments