Skip to content

Commit

Permalink
Added support for ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
vonProteus committed Aug 31, 2024
1 parent 8eda0dc commit 03fe8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
context: ./Website
file: ./Dockerfile
#platforms: linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
pull: true
push: true
tags: |
Expand Down

0 comments on commit 03fe8ab

Please sign in to comment.