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 54d7bd9 commit d37f8d7Copy full SHA for d37f8d7
.github/workflows/main.yml
@@ -31,13 +31,13 @@ jobs:
31
uses: docker/setup-qemu-action@v3
32
- name: Set up Docker Buildx
33
uses: docker/setup-buildx-action@v3
34
- - name: "Run make build_base
35
- run: "make build_base
+ - name: Run make build_base
+ run: make build_base
36
env:
37
BUILD_AMD64: ${{ fromJSON('[0, 1]')[matrix.arch.name == 'amd64'] }}
38
BUILD_ARM64: ${{ fromJSON('[0, 1]')[matrix.arch.name == 'arm64'] }}
39
- name: Export
40
41
42
43
0 commit comments