Skip to content

Commit

Permalink
update platform to build on arm64 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jun 27, 2023
1 parent fd5bcde commit 5e6ad42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ jobs:
push: true
file: Dockerfile.${{ matrix.target }}
tags: consol/${{ matrix.target }}:nightly
platforms: linux/amd64,linux/arm64
- name: Build container image
uses: docker/build-push-action@v4
with:
push: true
file: Dockerfile.${{ matrix.target }}
tags: docker.pkg.github.com/consol/docker-headless-vnc-container/${{ matrix.target }}:nightly
platforms: linux/amd64,linux/arm64
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- name: run clean
run: make clean


push_to_registries:
name: Push Docker image to github and dockerhub
runs-on: ubuntu-latest
Expand Down Expand Up @@ -66,3 +65,4 @@ jobs:
push: true
file: Dockerfile.${{ matrix.target }}
tags: docker.pkg.github.com/consol/docker-headless-vnc-container/${{ matrix.target }}:${{ env.BRANCH_NAME }}, docker.pkg.github.com/consol/docker-headless-vnc-container/${{ matrix.target }}:latest
platforms: linux/amd64,linux/arm64

0 comments on commit 5e6ad42

Please sign in to comment.