aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-08-06 11:21:03 +0100
committerLibravatar GitHub <noreply@github.com>2022-08-06 11:21:03 +0100
commita619a4e09e179ca10a2f0e10cdc8da70d16b39f5 (patch)
tree088d03c909ce58234ef10e055516b392ce32e5a4
parentAdd a linux/arm64 architecture variant to the official container (#46) (diff)
downloadferdium-server-a619a4e09e179ca10a2f0e10cdc8da70d16b39f5.tar.gz
ferdium-server-a619a4e09e179ca10a2f0e10cdc8da70d16b39f5.tar.zst
ferdium-server-a619a4e09e179ca10a2f0e10cdc8da70d16b39f5.zip
Revert "Add a linux/arm64 architecture variant to the official container (#46)" (#49)
-rw-r--r--.github/workflows/docker.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index a3e77f3..a0c8bf3 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -102,10 +102,9 @@ jobs:
102 uses: docker/build-push-action@v3 102 uses: docker/build-push-action@v3
103 with: 103 with:
104 context: . 104 context: .
105 # Due to build time, only building the one currently needed.
105 # If needed, we can add more platforms when requested. 106 # If needed, we can add more platforms when requested.
106 platforms: 107 platforms: "linux/amd64"
107 - linux/amd64
108 - linux/arm64
109 # Do not push pull requests 108 # Do not push pull requests
110 push: ${{ github.event_name != 'pull_request' }} 109 push: ${{ github.event_name != 'pull_request' }}
111 tags: ${{ steps.meta.outputs.tags }} 110 tags: ${{ steps.meta.outputs.tags }}