Skip to content

fix: steamservice.so missing on linux32 and 64 folders #5

fix: steamservice.so missing on linux32 and 64 folders

fix: steamservice.so missing on linux32 and 64 folders #5

Workflow file for this run

---
name: Developer image
on: # yamllint disable-line rule:truthy
push:
branches: [master]
jobs:
push:
runs-on: ARM64
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Docker - Login
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Docker - Metadata
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ github.repository }}
tags: type=raw,value=dev
flavor: latest=false
- name: Docker - Build / Push
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ steps.meta.outputs.tags }}