Skip to content

Commit

Permalink
github: add missing v1-debian-component and arm64 tag (#1518)
Browse files Browse the repository at this point in the history
In the previous versions, v1-debian-component and
v1-debian-component-arm64 tag were always created.

With GitHub Actions, it follows as before.

NOTE: v1-debian-component and v1-debian-component-arm64 should
point latest version of fluentd. e.g. v1.17.

Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys authored Jul 18, 2024
1 parent 81fcdda commit cde13f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ jobs:
;;
esac
done
# v1-debian-(component)
docker buildx imagetools create -t ${{ env.REPOSITORY }}:v1-${component} ${{ env.REPOSITORY }}:${AMD64TAG}
# v1-debian-(component)-arm64
docker buildx imagetools create -t ${{ env.REPOSITORY }}:v1-${component}-arm64 ${{ env.REPOSITORY }}:${ARM64TAG}
# v1.xx.x-debian-(component)-xxx
if [ ${MULTIARCH_AMD64_TAG} != ${MULTIARCH_ARM64_TAG} ]; then
echo "Multiarch tag (v1.xx.x-debian-(component)-xxx) must be same for amd64 and arm64: ${MULTIARCH_AMD64_TAG} != ${MULTIARCH_ARM64_TAG}"
Expand Down

0 comments on commit cde13f1

Please sign in to comment.