forked from simcu/headscale-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test arm64build
- Loading branch information
Showing
1 changed file
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|