Skip to content

Commit

Permalink
issues with getting it to successfully build on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
htilly authored Sep 5, 2024
1 parent 3ea2e9a commit 99a3aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Build and push multi-platform Docker image
run: |
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push \
docker buildx build --platform linux/amd64,linux/arm64,linux/arm64/v8 --push \
-t ${{ secrets.DOCKERHUB_USERNAME }}/slackonos:latest .
- name: Verify the platforms
Expand Down

0 comments on commit 99a3aa0

Please sign in to comment.