Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
test arm64build
  • Loading branch information
xrain0610 authored Feb 2, 2024
1 parent ee1d6c3 commit 10fbd02
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,13 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push Docker image
uses: docker/setup-qemu-action@v2
- name: Build Docker Images for Multi Platform
# You may pin to the exact commit or the version.
# uses: huaweicloud/swr-multiplatform-build-action@0dba9fc56ef5a21bc21884b29101e584fbbb539c
uses: huaweicloud/[email protected]
with:
# the docker images build tag
image_tag: simcu/headscale-ui:${{ github.ref_name }}
platforms: linux/amd64,linux/arm64
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
push: true
tags: simcu/headscale-ui
labels: latest ${{ github.ref_name }}

0 comments on commit 10fbd02

Please sign in to comment.