We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7183a0 commit 7436b1aCopy full SHA for 7436b1a
1 file changed
.github/workflows/docker.yml
@@ -2,7 +2,7 @@ name: docker
2
on:
3
push:
4
branches:
5
- - main
+ main
6
jobs:
7
docker:
8
name: push kjconroy/sqlc:devel
@@ -14,6 +14,7 @@ jobs:
14
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
15
- uses: actions/checkout@v2.3.4
16
- uses: docker/setup-buildx-action@v1
17
+ - uses: docker/setup-qemu-action@v1
18
- uses: docker/login-action@v1.10.0
19
with:
20
username: kjconroy
@@ -22,6 +23,7 @@ jobs:
22
23
24
context: .
25
file: ./Dockerfile
26
+ platforms: linux/amd64,linux/arm64/v8
27
build-args: |
28
github_ref=${{ github.ref }}
29
github_sha=${{ github.sha }}
0 commit comments