We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e1ae9 commit a4f245dCopy full SHA for a4f245d
.github/workflows/docker-image.yml
@@ -13,6 +13,9 @@ jobs:
13
- name: Checkout code
14
uses: actions/checkout@v3
15
16
+ - name: Set up Docker Buildx
17
+ uses: docker/setup-buildx-action@v3
18
+
19
- name: Log in to Docker Hub
20
uses: docker/login-action@v3
21
with:
@@ -24,4 +27,5 @@ jobs:
24
27
25
28
context: .
26
29
push: true
30
+ platforms: linux/amd64,linux/arm64
31
tags: cheatsnake/airstation:latest
0 commit comments