Skip to content

Commit

Permalink
build also for Apple Silicone
Browse files Browse the repository at this point in the history
  • Loading branch information
andgineer committed Mar 18, 2024
1 parent 197bbb8 commit 282aeb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand All @@ -36,6 +39,9 @@ jobs:
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/amazon-dash-button-hack:latest
cache-from: type=registry,ref=user/app:latest
cache-to: type=inline
platforms: |-
linux/amd64
linux/arm64
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
2 changes: 1 addition & 1 deletion activate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

VENV_FOLDER="venv"
PYTHON="python3.11"
PYTHON="python3.11" # sync with python-version: '3.11' in .github/workflows/docs.yml,static.yml

RED='\033[1;31m'
GREEN='\033[1;32m'
Expand Down

0 comments on commit 282aeb0

Please sign in to comment.