Skip to content

Commit

Permalink
Fix publish_tool ci (#5403)
Browse files Browse the repository at this point in the history
* chore: update actions/checkout

Signed-off-by: ponkio-o <[email protected]>

* add: added arm64 build

Signed-off-by: ponkio-o <[email protected]>

---------

Signed-off-by: ponkio-o <[email protected]>
  • Loading branch information
ponkio-o authored Dec 10, 2024
1 parent 446a643 commit e276b89
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish_tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,16 @@ jobs:
- piped-base-okd
- firestore-emulator
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Determine version
run: echo "PIPECD_VERSION=$(git describe --tags --always --abbrev=7)" >> $GITHUB_ENV

- uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0

- uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1

# Login to push container images.
- name: Log in to the container registry
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b #v2.0.0
Expand All @@ -45,4 +49,5 @@ jobs:
with:
context: tool/${{ matrix.image }}
tags: ${{ env.GHCR }}/pipe-cd/${{ matrix.image }}:${{ env.PIPECD_VERSION }}
platforms: linux/amd64,linux/arm64
push: true

0 comments on commit e276b89

Please sign in to comment.