From 0643c575bd6e90ee9c2b507da921534ad2c1f231 Mon Sep 17 00:00:00 2001 From: Alok G Singh Date: Fri, 27 Oct 2023 13:17:34 +0800 Subject: [PATCH] For each image, create a -pgo image (#16) The -pgo image can be used to host pure go builds --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae033e8..c005a12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: pull: true cache-from: type=gha cache-to: type=gha,mode=max - tags: tykio/golang-cross:${{ matrix.tag || format( '{0}-{1}', matrix.gover, matrix.debver) }} + tags: tykio/golang-cross:${{ matrix.tag || format( '{0}-{1}', matrix.gover, matrix.debver) }},tykio/golang-cross:${{ matrix.tag || format( '{0}-{1}-pgo', matrix.gover, matrix.debver) }} build-args: | GO_VERSION=${{ matrix.gover }} DEB_VERSION=${{ matrix.debver }}