mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-08-27 21:59:49 +00:00
revert last commit
This commit is contained in:
@@ -12,12 +12,6 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
variant: ["client", "server"]
|
variant: ["client", "server"]
|
||||||
platforms: [
|
|
||||||
"linux/amd64",
|
|
||||||
"linux/arm/v6",
|
|
||||||
"linux/arm/v7",
|
|
||||||
"linux/arm64/v8"
|
|
||||||
]
|
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
@@ -32,11 +26,11 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
logout: true
|
logout: true
|
||||||
-
|
- # TODO: port https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
|
||||||
name: Build and push
|
name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
file: ./Dockerfile.${{ matrix.variant }}
|
file: ./Dockerfile.${{ matrix.variant }}
|
||||||
tags: m13253/dns-over-https-${{ matrix.variant }}:latest
|
tags: m13253/dns-over-https-${{ matrix.variant }}:latest
|
||||||
push: true
|
push: true
|
||||||
platforms: ${{ matrix.platforms }}
|
platforms: "linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8"
|
||||||
|
|||||||
Reference in New Issue
Block a user