From 615771a1faec4cf5addca04358ac4649e6dd01b6 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Fri, 5 Aug 2022 23:23:41 +0200 Subject: [PATCH] :recycle: Have a slim dockerfile for multi platform integration testing --- .github/workflows/release.yml | 1 + testdata/Multi-Arch-Dockerfile | 1 + 2 files changed, 2 insertions(+) create mode 100644 testdata/Multi-Arch-Dockerfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9441727..9a41452 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,6 +69,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io platforms: linux/amd64,linux/arm64 + dockerfile: testdata/Multi-Arch-Dockerfile release: runs-on: ubuntu-latest diff --git a/testdata/Multi-Arch-Dockerfile b/testdata/Multi-Arch-Dockerfile new file mode 100644 index 0000000..c3c78df --- /dev/null +++ b/testdata/Multi-Arch-Dockerfile @@ -0,0 +1 @@ +FROM alpine \ No newline at end of file