This commit is contained in:
parent
f475af35e6
commit
e8bea844bd
@ -17,7 +17,7 @@ jobs:
|
||||
- name: Buildx Container
|
||||
run: docker buildx create --name buildx --driver=docker-container
|
||||
- name: Steamcmd
|
||||
run: apt update && apt install software-properties-common && apt update && dpkg --add-architecture i386 && apt install lib32gcc-s1 steamcmd -y && mkdir /accserver && /usr/games/steamcmd +@sSteamCmdForcePlatformType windows +force_install_dir ~/accserver +login jacksserver292 "${{ secrets.STEAMPASSWORD }}" +app_update 1430110 validate +quit
|
||||
run: apt update && apt install software-properties-common -y && apt update && dpkg --add-architecture i386 && apt install lib32gcc-s1 steamcmd -y && mkdir /accserver && /usr/games/steamcmd +@sSteamCmdForcePlatformType windows +force_install_dir ~/accserver +login jacksserver292 "${{ secrets.STEAMPASSWORD }}" +app_update 1430110 validate +quit
|
||||
- name: Build ACC-web
|
||||
run: docker buildx build --builder=buildx --platform=linux/amd64 ./acc-web -t git.tgj.services/thatguyjack/acc-web:latest --push
|
||||
#run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64 ./ACC -t git.tgj.services/thatguyjack/acc:latest --push
|
Loading…
x
Reference in New Issue
Block a user