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 9f27b1c commit 077dbceCopy full SHA for 077dbce
.github/workflows/docker-image.yml
@@ -26,5 +26,6 @@ jobs:
26
- name: Build and push the docker image
27
uses: docker/build-push-action@v2
28
with:
29
+ platforms: linux/amd64,linux/arm64,linux/arm/v7
30
push: true
31
tags: timothyye/godns:latest,timothyye/godns:${{steps.tag.outputs.tag}}
0 commit comments