Skip to content

Commit

Permalink
Adding linux/arm64 platform to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
akatona84 committed Sep 15, 2023
1 parent b62ae63 commit 33516df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "v?[0-9]+.[0-9]+.[0-9]+-dev.[0-9]+"
# pull_request:
env:
PLATFORMS: linux/amd64
PLATFORMS: linux/amd64,linux/arm64
jobs:
docker:
name: Docker
Expand Down

0 comments on commit 33516df

Please sign in to comment.