Skip to content

Commit

Permalink
disabled arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslawlis committed Nov 14, 2024
1 parent b2f74da commit 1e65dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/github-actions/docker_publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

PLATFORM="linux/amd64,linux/arm64"
PLATFORM="linux/amd64"

echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin

Expand Down

0 comments on commit 1e65dc6

Please sign in to comment.