Add armv7l
Some checks failed
/ build-container (push) Failing after 22s

This commit is contained in:
Finn 2024-04-23 18:00:03 -07:00
parent 433ea42b15
commit c095001fdd

View file

@ -11,10 +11,10 @@ jobs:
- run: apk add --no-cache nodejs git - run: apk add --no-cache nodejs git
- name: login to container registry - name: login to container registry
run: echo "${{ secrets.PACKAGE_PUBLISH_TOKEN }}" | docker login --username finn --password-stdin git.janky.solutions run: echo "${{ secrets.PACKAGE_PUBLISH_TOKEN }}" | docker login --username finn --password-stdin git.janky.solutions
- name: build container - name: build container image
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
file: Containerfile file: Containerfile
tags: git.janky.solutions/finn/lockserver:latest tags: git.janky.solutions/finn/lockserver:latest
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64,linux/armv7l
push: true push: true